Html Css Color HEX #85E8FF Electric Blue

📋 copy color: '#85E8FF'

red 133 ◦ green 232 ◦ blue 255

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

Shades of Electric Blue #85E8FF

Tints of Electric Blue #85E8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.13%

R = 21.45%
G = 37.42%
B = 41.13%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85E8FF (or 0x85E8FF) is known color: Electric Blue. HEX triplet: 85, E8 and FF. RGB value is (133,232,255). Sum of RGB (Red+Green+Blue) = 133+232+255=620 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.45% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #85E8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85E8FF is #7A1700. Grayscale: #CCCCCC. Windows color (decimal): -8001281 or 16771205. OLE color: 16771205.

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

Color convert

RGB 133 232 255 -
CMYK 0.48 0.09 0 0
HSL 191.31º 1% 0.76% -
HSV(B) 191.31º 0.48% 1% -
XYZ 56.58 69.92 105.12 -
YUV 205.02 156.2 76.63 -
System Red Green Blue C M Y K H S L
Decimal 133 232 255 0.48 0.09 0 0 191.31 1 0.76
Hex 85 E8 FF 30 9 0 0 BF 64 4C
Octal 205 350 377 60 11 0 0 277 144 114
Binary 10000101 11101000 11111111 110000 1001 0 0 10111111 1100100 1001100

Color Harmonies of #85E8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E8FF

Black with #85E8FF

Text Example


Text Example

White with #85E8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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