Html Css Color HEX #88F8F4 Electric Blue

📋 copy color: '#88F8F4'

red 136 ◦ green 248 ◦ blue 244

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

Shades of Electric Blue #88F8F4

Tints of Electric Blue #88F8F4

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.49%

 BLUE value IS 244 (95.7% from 255) = 38.85%

R = 21.66%
G = 39.49%
B = 38.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#88F8F4 (or 0x88F8F4) is known color: Electric Blue. HEX triplet: 88, F8 and F4. RGB value is (136,248,244). Sum of RGB (Red+Green+Blue) = 136+248+244=628 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.66% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #88F8F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F8F4 is #77070B. Grayscale: #D5D5D5. Windows color (decimal): -7800588 or 16054408. OLE color: 16054408.

HSL color Cylindrical-coordinate representation of color #88F8F4: hue angle of 177.86º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F8F4 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 248 244 -
CMYK 0.45 0 0.02 0.03
HSL 177.86º 0.89% 0.75% -
HSV(B) 177.86º 0.45% 0.97% -
XYZ 60.05 78.9 97.65 -
YUV 214.06 144.89 72.33 -
System Red Green Blue C M Y K H S L
Decimal 136 248 244 0.45 0 0.02 0.03 177.86 0.89 0.75
Hex 88 F8 F4 2D 0 2 3 B2 59 4B
Octal 210 370 364 55 0 2 3 262 131 113
Binary 10001000 11111000 11110100 101101 0 10 11 10110010 1011001 1001011

Color Harmonies of #88F8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F8F4

Black with #88F8F4

Text Example


Text Example

White with #88F8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,248,244); }

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

background-color css

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

 a { background-color: rgb(136,248,244); }

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

border-color css

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

 span { border-color: rgb(136,248,244); }

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