#85EEE8

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

Shades of Electric Blue #85EEE8

Tints of Electric Blue #85EEE8

Color information

#85EEE8 (or 0x85EEE8) is unknown color: approx Electric Blue. HEX triplet: 85, EE and E8. RGB value is (133,238,232). Sum of RGB (Red+Green+Blue) = 133+238+232=603 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.06% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #85EEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EEE8 is #7A1117. Grayscale: #CDCDCD. Windows color (decimal): -7999768 or 15265413. OLE color: 15265413.

HSL color Cylindrical-coordinate representation of color #85EEE8: hue angle of 176.57º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EEE8 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB133238232-
CMYK0.4400.030.07
HSL176.57º75.54%72.75%-
HSV(B)176.57º44.12%93.33%-
XYZ54.8171.9687.35-
YUV205.92142.7175.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.06%
GREEN value IS 238 (93.36% from 255) = 39.47%
BLUE value IS 232 (91.02% from 255) = 38.47%
R=22.06%
G=39.47%
B=38.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332382320.4400.030.07176.5775.5472.75
Hex85EEE82C037b14c49
Octal20535635054037261114111
Binary1000010111101110111010001011000111111011000110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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