#84f5fc

Color #84F5FC Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #84F5FC

Tints of Electric Blue #84F5FC

Color information

#84F5FC (or 0x84F5FC) is unknown color: approx Electric Blue. HEX triplet: 84, F5 and FC. RGB value is (132,245,252). Sum of RGB (Red+Green+Blue) = 132+245+252=629 (83% of max value = 765). Red value is 132 (51.95% from 255 or 20.99% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #84F5FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F5FC is #7B0A03. Grayscale: #D3D3D3. Windows color (decimal): -8063492 or 16577924. OLE color: 16577924.

HSL color Cylindrical-coordinate representation of color #84F5FC: hue angle of 183.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84F5FC is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132245252-
CMYK0.480.0300.01
HSL183.5º95.24%75.29%-
HSV(B)183.5º47.62%98.82%-
XYZ59.7477.24103.86-
YUV212.01150.5670.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 20.99%
GREEN value IS 245 (96.09% from 255) = 38.95%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=20.99%
G=38.95%
B=40.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322452520.480.0300.01183.595.2475.29
Hex84F5FC30301b85f4b
Octal20436537460301270137113
Binary10000100111101011111110011000011011011100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84f5fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84f5fc; }

 p { color: rgb(132,245,252); }

 H1.HeaderClassName
 {
   color: #84f5fc;
 }
 .AnyTagClassName
 {
   color: #84f5fc;
 }
</style>
background-color css

<style>
 a { background-color: #84f5fc; }

 a { background-color: rgb(132,245,252); }

 div.DivClassName
 {
   background-color: #84f5fc;
 }
 .BgClassName
 {
   background-color: #84f5fc;
 }
</style>
border-color css

<style>
 span { border-color: #84f5fc; }

 span { border-color: rgb(132,245,252); }

 td.TdClassName
 {
   border-color: #84f5fc;
 }
 .TagClassName
 {
   border-color: #84f5fc;
 }
</style>