#85EFEA

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

Shades of Electric Blue #85EFEA

Tints of Electric Blue #85EFEA

Color information

#85EFEA (or 0x85EFEA) is unknown color: approx Electric Blue. HEX triplet: 85, EF and EA. RGB value is (133,239,234). Sum of RGB (Red+Green+Blue) = 133+239+234=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EFEA is #7A1015. Grayscale: #CECECE. Windows color (decimal): -7999510 or 15396741. OLE color: 15396741.

HSL color Cylindrical-coordinate representation of color #85EFEA: hue angle of 177.17º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EFEA is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB133239234-
CMYK0.4400.020.06
HSL177.17º76.81%72.94%-
HSV(B)177.17º44.35%93.73%-
XYZ55.3972.6688.95-
YUV206.74143.3875.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.95%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=21.95%
G=39.44%
B=38.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332392340.4400.020.06177.1776.8172.94
Hex85EFEA2C026b14d49
Octal20535735254026261115111
Binary1000010111101111111010101011000101101011000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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