#85EEFF

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

Shades of Electric Blue #85EEFF

Tints of Electric Blue #85EEFF

Color information

#85EEFF (or 0x85EEFF) is unknown color: approx Electric Blue. HEX triplet: 85, EE and FF. RGB value is (133,238,255). Sum of RGB (Red+Green+Blue) = 133+238+255=626 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.25% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #85EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EEFF is #7A1100. Grayscale: #D0D0D0. Windows color (decimal): -7999745 or 16772741. OLE color: 16772741.

HSL color Cylindrical-coordinate representation of color #85EEFF: hue angle of 188.36º 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 #85EEFF is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133238255-
CMYK0.480.0700
HSL188.36º100%76.08%-
HSV(B)188.36º47.84%100%-
XYZ58.373.36105.69-
YUV208.54154.2174.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.25%
GREEN value IS 238 (93.36% from 255) = 38.02%
BLUE value IS 255 (100% from 255) = 40.73%
R=21.25%
G=38.02%
B=40.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332382550.480.0700188.3610076.08
Hex85EEFF30700bc644c
Octal20535637760700274144114
Binary100001011110111011111111110000111001011110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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