Html Css Color HEX #85EEFE Electric Blue

📋 copy color: '#85EEFE'

red 133 ◦ green 238 ◦ blue 254

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

Shades of Electric Blue #85EEFE

Tints of Electric Blue #85EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.08%

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

R = 21.28%
G = 38.08%
B = 40.64%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85EEFE (or 0x85EEFE) is known color: Electric Blue. HEX triplet: 85, EE and FE. RGB value is (133,238,254). Sum of RGB (Red+Green+Blue) = 133+238+254=625 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.28% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #85EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EEFE is #7A1101. Grayscale: #D0D0D0. Windows color (decimal): -7999746 or 16707205. OLE color: 16707205.

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

Color convert

RGB 133 238 254 -
CMYK 0.48 0.06 0 0.00
HSL 187.93º 0.98% 0.76% -
HSV(B) 187.93º 0.48% 1% -
XYZ 58.14 73.29 104.85 -
YUV 208.43 153.71 74.2 -
System Red Green Blue C M Y K H S L
Decimal 133 238 254 0.48 0.06 0 0.00 187.93 0.98 0.76
Hex 85 EE FE 30 6 0 0 BC 62 4C
Octal 205 356 376 60 6 0 0 274 142 114
Binary 10000101 11101110 11111110 110000 110 0 0 10111100 1100010 1001100

Color Harmonies of #85EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EEFE

Black with #85EEFE

Text Example


Text Example

White with #85EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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