#85EAFB

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

Shades of Electric Blue #85EAFB

Tints of Electric Blue #85EAFB

Color information

#85EAFB (or 0x85EAFB) is unknown color: approx Electric Blue. HEX triplet: 85, EA and FB. RGB value is (133,234,251). Sum of RGB (Red+Green+Blue) = 133+234+251=618 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.52% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #85EAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EAFB is #7A1504. Grayscale: #CDCDCD. Windows color (decimal): -8000773 or 16509573. OLE color: 16509573.

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

Color convert

RGB133234251-
CMYK0.470.0700.02
HSL188.64º93.65%75.29%-
HSV(B)188.64º47.01%98.43%-
XYZ56.5170.8101.95-
YUV205.74153.5476.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.52%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=21.52%
G=37.86%
B=40.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332342510.470.0700.02188.6493.6575.29
Hex85EAFB2F702bd5e4b
Octal20535237357702275136113
Binary1000010111101010111110111011111110101011110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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