Html Css Color HEX #88F4FF Electric Blue

📋 copy color: '#88F4FF'

red 136 ◦ green 244 ◦ blue 255

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

Shades of Electric Blue #88F4FF

Tints of Electric Blue #88F4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.43%

 BLUE value IS 255 (100% from 255) = 40.16%

R = 21.42%
G = 38.43%
B = 40.16%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#88F4FF (or 0x88F4FF) is known color: Electric Blue. HEX triplet: 88, F4 and FF. RGB value is (136,244,255). Sum of RGB (Red+Green+Blue) = 136+244+255=635 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.42% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #88F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F4FF is #770B00. Grayscale: #D4D4D4. Windows color (decimal): -7801601 or 16774280. OLE color: 16774280.

HSL color Cylindrical-coordinate representation of color #88F4FF: hue angle of 185.55º 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 #88F4FF is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 244 255 -
CMYK 0.47 0.04 0 0
HSL 185.55º 1% 0.77% -
HSV(B) 185.55º 0.47% 1% -
XYZ 60.55 77.16 106.31 -
YUV 212.96 151.72 73.11 -
System Red Green Blue C M Y K H S L
Decimal 136 244 255 0.47 0.04 0 0 185.55 1 0.77
Hex 88 F4 FF 2F 4 0 0 BA 64 4D
Octal 210 364 377 57 4 0 0 272 144 115
Binary 10001000 11110100 11111111 101111 100 0 0 10111010 1100100 1001101

Color Harmonies of #88F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F4FF

Black with #88F4FF

Text Example


Text Example

White with #88F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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