#85FCF4

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

Shades of Electric Blue #85FCF4

Tints of Electric Blue #85FCF4

Color information

#85FCF4 (or 0x85FCF4) is unknown color: approx Electric Blue. HEX triplet: 85, FC and F4. RGB value is (133,252,244). Sum of RGB (Red+Green+Blue) = 133+252+244=629 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.14% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 244 (95.70% from 255 or 38.79% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FCF4 is #7A030B. Grayscale: #D7D7D7. Windows color (decimal): -7996172 or 16055429. OLE color: 16055429.

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

Color convert

RGB133252244-
CMYK0.4700.030.01
HSL175.97º95.2%75.49%-
HSV(B)175.97º47.22%98.82%-
XYZ60.8181.1498.04-
YUV215.51144.0869.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.14%
GREEN value IS 252 (98.83% from 255) = 40.06%
BLUE value IS 244 (95.70% from 255) = 38.79%
R=21.14%
G=40.06%
B=38.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332522440.4700.030.01175.9795.275.49
Hex85FCF42F031b05f4b
Octal20537436457031260137113
Binary10000101111111001111010010111101111011000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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