Html Css Color HEX #88F0EA Electric Blue

📋 copy color: '#88F0EA'

red 136 ◦ green 240 ◦ blue 234

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

Shades of Electric Blue #88F0EA

Tints of Electric Blue #88F0EA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.34%

 BLUE value IS 234 (91.8% from 255) = 38.36%

R = 22.3%
G = 39.34%
B = 38.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#88F0EA (or 0x88F0EA) is known color: Electric Blue. HEX triplet: 88, F0 and EA. RGB value is (136,240,234). Sum of RGB (Red+Green+Blue) = 136+240+234=610 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.30% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F0EA is #770F15. Grayscale: #D0D0D0. Windows color (decimal): -7802646 or 15397000. OLE color: 15397000.

HSL color Cylindrical-coordinate representation of color #88F0EA: hue angle of 176.54º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88F0EA is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 240 234 -
CMYK 0.43 0 0.02 0.06
HSL 176.54º 0.78% 0.74% -
HSV(B) 176.54º 0.43% 0.94% -
XYZ 56.16 73.49 89.07 -
YUV 208.22 142.54 76.49 -
System Red Green Blue C M Y K H S L
Decimal 136 240 234 0.43 0 0.02 0.06 176.54 0.78 0.74
Hex 88 F0 EA 2B 0 2 6 B1 4E 4A
Octal 210 360 352 53 0 2 6 261 116 112
Binary 10001000 11110000 11101010 101011 0 10 110 10110001 1001110 1001010

Color Harmonies of #88F0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F0EA

Black with #88F0EA

Text Example


Text Example

White with #88F0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,240,234); }

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

background-color css

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

 a { background-color: rgb(136,240,234); }

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

border-color css

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

 span { border-color: rgb(136,240,234); }

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