#85EEF9

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

Shades of Electric Blue #85EEF9

Tints of Electric Blue #85EEF9

Color information

#85EEF9 (or 0x85EEF9) is unknown color: approx Electric Blue. HEX triplet: 85, EE and F9. RGB value is (133,238,249). Sum of RGB (Red+Green+Blue) = 133+238+249=620 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.45% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #85EEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EEF9 is #7A1106. Grayscale: #CFCFCF. Windows color (decimal): -7999751 or 16379525. OLE color: 16379525.

HSL color Cylindrical-coordinate representation of color #85EEF9: hue angle of 185.69º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85EEF9 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133238249-
CMYK0.470.0400.02
HSL185.69º90.62%74.9%-
HSV(B)185.69º46.59%97.65%-
XYZ57.3572.98100.69-
YUV207.86151.2174.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.45%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 249 (97.66% from 255) = 40.16%
R=21.45%
G=38.39%
B=40.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332382490.470.0400.02185.6990.6274.9
Hex85EEF92F402ba5b4b
Octal20535637157402272133113
Binary1000010111101110111110011011111000101011101010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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