#85EEFB

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

Shades of Electric Blue #85EEFB

Tints of Electric Blue #85EEFB

Color information

#85EEFB (or 0x85EEFB) is unknown color: approx Electric Blue. HEX triplet: 85, EE and FB. RGB value is (133,238,251). Sum of RGB (Red+Green+Blue) = 133+238+251=622 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.38% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #85EEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EEFB is #7A1104. Grayscale: #CFCFCF. Windows color (decimal): -7999749 or 16510597. OLE color: 16510597.

HSL color Cylindrical-coordinate representation of color #85EEFB: hue angle of 186.61º degrees, saturation: 0.94, 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 #85EEFB is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133238251-
CMYK0.470.0500.02
HSL186.61º93.65%75.29%-
HSV(B)186.61º47.01%98.43%-
XYZ57.6673.1102.34-
YUV208.09152.2174.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.38%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=21.38%
G=38.26%
B=40.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332382510.470.0500.02186.6193.6575.29
Hex85EEFB2F502bb5e4b
Octal20535637357502273136113
Binary1000010111101110111110111011111010101011101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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