Html Css Color HEX #85FFEF Electric Blue

📋 copy color: '#85FFEF'

red 133 ◦ green 255 ◦ blue 239

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

Shades of Electric Blue #85FFEF

Tints of Electric Blue #85FFEF

RGB

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

 GREEN value IS 255 (100% from 255) = 40.67%

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

R = 21.21%
G = 40.67%
B = 38.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#85FFEF (or 0x85FFEF) is known color: Electric Blue. HEX triplet: 85, FF and EF. RGB value is (133,255,239). Sum of RGB (Red+Green+Blue) = 133+255+239=627 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.21% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFEF is #7A0010. Grayscale: #D8D8D8. Windows color (decimal): -7995409 or 15728517. OLE color: 15728517.

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

Color convert

RGB 133 255 239 -
CMYK 0.48 0 0.06 0
HSL 172.13º 1% 0.76% -
HSV(B) 172.13º 0.48% 1% -
XYZ 61.01 82.74 94.42 -
YUV 216.7 140.58 68.3 -
System Red Green Blue C M Y K H S L
Decimal 133 255 239 0.48 0 0.06 0 172.13 1 0.76
Hex 85 FF EF 30 0 6 0 AC 64 4C
Octal 205 377 357 60 0 6 0 254 144 114
Binary 10000101 11111111 11101111 110000 0 110 0 10101100 1100100 1001100

Color Harmonies of #85FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFEF

Black with #85FFEF

Text Example


Text Example

White with #85FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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