#85FCF0

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

Shades of Electric Blue #85FCF0

Tints of Electric Blue #85FCF0

Color information

#85FCF0 (or 0x85FCF0) is unknown color: approx Electric Blue. HEX triplet: 85, FC and F0. RGB value is (133,252,240). Sum of RGB (Red+Green+Blue) = 133+252+240=625 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.28% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FCF0 is #7A030F. Grayscale: #D6D6D6. Windows color (decimal): -7996176 or 15793285. OLE color: 15793285.

HSL color Cylindrical-coordinate representation of color #85FCF0: hue angle of 173.95º 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 #85FCF0 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB133252240-
CMYK0.4700.050.01
HSL173.95º95.2%75.49%-
HSV(B)173.95º47.22%98.82%-
XYZ60.2180.994.88-
YUV215.05142.0869.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.28%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 240 (94.14% from 255) = 38.4%
R=21.28%
G=40.32%
B=38.4%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332522400.4700.050.01173.9595.275.49
Hex85FCF02F051ae5f4b
Octal20537436057051256137113
Binary100001011111110011110000101111010111010111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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