#84F5FD

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

Shades of Electric Blue #84F5FD

Tints of Electric Blue #84F5FD

Color information

#84F5FD (or 0x84F5FD) is unknown color: approx Electric Blue. HEX triplet: 84, F5 and FD. RGB value is (132,245,253). Sum of RGB (Red+Green+Blue) = 132+245+253=630 (83% of max value = 765). Red value is 132 (51.95% from 255 or 20.95% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #84F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F5FD is #7B0A02. Grayscale: #D3D3D3. Windows color (decimal): -8063491 or 16643460. OLE color: 16643460.

HSL color Cylindrical-coordinate representation of color #84F5FD: hue angle of 183.97º degrees, saturation: 0.97, 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 #84F5FD is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132245253-
CMYK0.480.0300.01
HSL183.97º96.8%75.49%-
HSV(B)183.97º47.83%99.22%-
XYZ59.977.3104.69-
YUV212.12151.0670.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 20.95%
GREEN value IS 245 (96.09% from 255) = 38.89%
BLUE value IS 253 (99.22% from 255) = 40.16%
R=20.95%
G=38.89%
B=40.16%

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
Decimal1322452530.480.0300.01183.9796.875.49
Hex84F5FD30301b8614b
Octal20436537560301270141113
Binary10000100111101011111110111000011011011100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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