Html Css Color HEX #85E8EF Electric Blue

📋 copy color: '#85E8EF'

red 133 ◦ green 232 ◦ blue 239

#85E8EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #85E8EF

Tints of Electric Blue #85E8EF

RGB

 RED value IS 133 (52.34% from 255) = 22.02%

 GREEN value IS 232 (91.02% from 255) = 38.41%

 BLUE value IS 239 (93.75% from 255) = 39.57%

R = 22.02%
G = 38.41%
B = 39.57%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85E8EF (or 0x85E8EF) is known color: Electric Blue. HEX triplet: 85, E8 and EF. RGB value is (133,232,239). Sum of RGB (Red+Green+Blue) = 133+232+239=604 (80% of max value = 765). Red value is 133 (52.34% from 255 or 22.02% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #85E8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85E8EF is #7A1710. Grayscale: #CBCBCB. Windows color (decimal): -8001297 or 15722629. OLE color: 15722629.

HSL color Cylindrical-coordinate representation of color #85E8EF: hue angle of 183.96º 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 #85E8EF is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 232 239 -
CMYK 0.44 0.03 0 0.06
HSL 183.96º 0.77% 0.73% -
HSV(B) 183.96º 0.44% 0.94% -
XYZ 54.11 68.93 92.11 -
YUV 203.2 148.2 77.93 -
System Red Green Blue C M Y K H S L
Decimal 133 232 239 0.44 0.03 0 0.06 183.96 0.77 0.73
Hex 85 E8 EF 2C 3 0 6 B8 4D 49
Octal 205 350 357 54 3 0 6 270 115 111
Binary 10000101 11101000 11101111 101100 11 0 110 10111000 1001101 1001001

Color Harmonies of #85E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E8EF

Black with #85E8EF

Text Example


Text Example

White with #85E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85E8EF;
 }
 .AnyTagClassName
 {
   color: #85E8EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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