#85E9FF

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

Shades of Electric Blue #85E9FF

Tints of Electric Blue #85E9FF

Color information

#85E9FF (or 0x85E9FF) is unknown color: approx Electric Blue. HEX triplet: 85, E9 and FF. RGB value is (133,233,255). Sum of RGB (Red+Green+Blue) = 133+233+255=621 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.42% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #85E9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85E9FF is #7A1600. Grayscale: #CDCDCD. Windows color (decimal): -8001025 or 16771461. OLE color: 16771461.

HSL color Cylindrical-coordinate representation of color #85E9FF: hue angle of 190.82º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85E9FF is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133233255-
CMYK0.480.0900
HSL190.82º100%76.08%-
HSV(B)190.82º47.84%100%-
XYZ56.8670.48105.22-
YUV205.61155.8776.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.42%
GREEN value IS 233 (91.41% from 255) = 37.52%
BLUE value IS 255 (100% from 255) = 41.06%
R=21.42%
G=37.52%
B=41.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332332550.480.0900190.8210076.08
Hex85E9FF30900bf644c
Octal205351377601100277144114
Binary1000010111101001111111111100001001001011111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,233,255); }

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

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

 a { background-color: rgb(133,233,255); }

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

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

 span { border-color: rgb(133,233,255); }

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