#85EAFE

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

Shades of Electric Blue #85EAFE

Tints of Electric Blue #85EAFE

Color information

#85EAFE (or 0x85EAFE) is unknown color: approx Electric Blue. HEX triplet: 85, EA and FE. RGB value is (133,234,254). Sum of RGB (Red+Green+Blue) = 133+234+254=621 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.42% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #85EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EAFE is #7A1501. Grayscale: #CDCDCD. Windows color (decimal): -8000770 or 16706181. OLE color: 16706181.

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

Color convert

RGB133234254-
CMYK0.480.0800.00
HSL189.92º98.37%75.88%-
HSV(B)189.92º47.64%99.61%-
XYZ56.9970.99104.46-
YUV206.08155.0475.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.42%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=21.42%
G=37.68%
B=40.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332342540.480.0800.00189.9298.3775.88
Hex85EAFE30800be624c
Octal205352376601000276142114
Binary1000010111101010111111101100001000001011111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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