Html Css Color HEX #85E9FE Electric Blue

📋 copy color: '#85E9FE'

red 133 ◦ green 233 ◦ blue 254

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

Shades of Electric Blue #85E9FE

Tints of Electric Blue #85E9FE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.58%

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 21.45%
G = 37.58%
B = 40.97%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85E9FE (or 0x85E9FE) is known color: Electric Blue. HEX triplet: 85, E9 and FE. RGB value is (133,233,254). Sum of RGB (Red+Green+Blue) = 133+233+254=620 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.45% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #85E9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85E9FE is #7A1601. Grayscale: #CDCDCD. Windows color (decimal): -8001026 or 16705925. OLE color: 16705925.

HSL color Cylindrical-coordinate representation of color #85E9FE: hue angle of 190.41º 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 #85E9FE is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 233 254 -
CMYK 0.48 0.08 0 0.00
HSL 190.41º 0.98% 0.76% -
HSV(B) 190.41º 0.48% 1% -
XYZ 56.7 70.42 104.37 -
YUV 205.49 155.37 76.29 -
System Red Green Blue C M Y K H S L
Decimal 133 233 254 0.48 0.08 0 0.00 190.41 0.98 0.76
Hex 85 E9 FE 30 8 0 0 BE 62 4C
Octal 205 351 376 60 10 0 0 276 142 114
Binary 10000101 11101001 11111110 110000 1000 0 0 10111110 1100010 1001100

Color Harmonies of #85E9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E9FE

Black with #85E9FE

Text Example


Text Example

White with #85E9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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