#85EDEE

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

Shades of Electric Blue #85EDEE

Tints of Electric Blue #85EDEE

Color information

#85EDEE (or 0x85EDEE) is unknown color: approx Electric Blue. HEX triplet: 85, ED and EE. RGB value is (133,237,238). Sum of RGB (Red+Green+Blue) = 133+237+238=608 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.88% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #85EDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EDEE is #7A1211. Grayscale: #CDCDCD. Windows color (decimal): -8000018 or 15658373. OLE color: 15658373.

HSL color Cylindrical-coordinate representation of color #85EDEE: hue angle of 180.57º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EDEE is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133237238-
CMYK0.440.0000.07
HSL180.57º75.54%72.75%-
HSV(B)180.57º44.12%93.33%-
XYZ55.3971.7391.81-
YUV206.02146.0475.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.88%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=21.88%
G=38.98%
B=39.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332372380.440.0000.07180.5775.5472.75
Hex85EDEE2C007b54c49
Octal20535535654007265114111
Binary100001011110110111101110101100001111011010110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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