Html Css Color HEX #88FFEF Electric Blue

📋 copy color: '#88FFEF'

red 136 ◦ green 255 ◦ blue 239

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

Shades of Electric Blue #88FFEF

Tints of Electric Blue #88FFEF

RGB

 RED value IS 136 (53.52% from 255) = 21.59%

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

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

R = 21.59%
G = 40.48%
B = 37.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#88FFEF (or 0x88FFEF) is known color: Electric Blue. HEX triplet: 88, FF and EF. RGB value is (136,255,239). Sum of RGB (Red+Green+Blue) = 136+255+239=630 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.59% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FFEF is #770010. Grayscale: #D9D9D9. Windows color (decimal): -7798801 or 15728520. OLE color: 15728520.

HSL color Cylindrical-coordinate representation of color #88FFEF: hue angle of 171.93º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88FFEF is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 136 255 239 -
CMYK 0.47 0 0.06 0
HSL 171.93º 1% 0.77% -
HSV(B) 171.93º 0.47% 1% -
XYZ 61.49 82.99 94.44 -
YUV 217.6 140.08 69.8 -
System Red Green Blue C M Y K H S L
Decimal 136 255 239 0.47 0 0.06 0 171.93 1 0.77
Hex 88 FF EF 2F 0 6 0 AC 64 4D
Octal 210 377 357 57 0 6 0 254 144 115
Binary 10001000 11111111 11101111 101111 0 110 0 10101100 1100100 1001101

Color Harmonies of #88FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FFEF

Black with #88FFEF

Text Example


Text Example

White with #88FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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