Html Css Color HEX #85EFE9 Electric Blue

📋 copy color: '#85EFE9'

red 133 ◦ green 239 ◦ blue 233

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

Shades of Electric Blue #85EFE9

Tints of Electric Blue #85EFE9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.5%

 BLUE value IS 233 (91.41% from 255) = 38.51%

R = 21.98%
G = 39.5%
B = 38.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#85EFE9 (or 0x85EFE9) is known color: Electric Blue. HEX triplet: 85, EF and E9. RGB value is (133,239,233). Sum of RGB (Red+Green+Blue) = 133+239+233=605 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.98% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EFE9 is #7A1016. Grayscale: #CECECE. Windows color (decimal): -7999511 or 15331205. OLE color: 15331205.

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

Color convert

RGB 133 239 233 -
CMYK 0.44 0 0.03 0.06
HSL 176.6º 0.77% 0.73% -
HSV(B) 176.6º 0.44% 0.94% -
XYZ 55.25 72.6 88.19 -
YUV 206.62 142.88 75.49 -
System Red Green Blue C M Y K H S L
Decimal 133 239 233 0.44 0 0.03 0.06 176.6 0.77 0.73
Hex 85 EF E9 2C 0 3 6 B1 4D 49
Octal 205 357 351 54 0 3 6 261 115 111
Binary 10000101 11101111 11101001 101100 0 11 110 10110001 1001101 1001001

Color Harmonies of #85EFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EFE9

Black with #85EFE9

Text Example


Text Example

White with #85EFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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