#85FCF9

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

Shades of Electric Blue #85FCF9

Tints of Electric Blue #85FCF9

Color information

#85FCF9 (or 0x85FCF9) is unknown color: approx Electric Blue. HEX triplet: 85, FC and F9. RGB value is (133,252,249). Sum of RGB (Red+Green+Blue) = 133+252+249=634 (83% of max value = 765). Red value is 133 (52.34% from 255 or 20.98% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FCF9 is #7A0306. Grayscale: #D7D7D7. Windows color (decimal): -7996167 or 16383109. OLE color: 16383109.

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

Color convert

RGB133252249-
CMYK0.4700.010.01
HSL178.49º95.2%75.49%-
HSV(B)178.49º47.22%98.82%-
XYZ61.5881.45102.1-
YUV216.08146.5868.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 20.98%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 249 (97.66% from 255) = 39.27%
R=20.98%
G=39.75%
B=39.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332522490.4700.010.01178.4995.275.49
Hex85FCF92F011b25f4b
Octal20537437157011262137113
Binary1000010111111100111110011011110111011001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85FCF9; }

 p { color: rgb(133,252,249); }

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

<style>
 a { background-color: #85FCF9; }

 a { background-color: rgb(133,252,249); }

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

<style>
 span { border-color: #85FCF9; }

 span { border-color: rgb(133,252,249); }

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