Html Css Color HEX #88F0FF Electric Blue

📋 copy color: '#88F0FF'

red 136 ◦ green 240 ◦ blue 255

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

Shades of Electric Blue #88F0FF

Tints of Electric Blue #88F0FF

RGB

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

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

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

R = 21.55%
G = 38.03%
B = 40.41%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#88F0FF (or 0x88F0FF) is known color: Electric Blue. HEX triplet: 88, F0 and FF. RGB value is (136,240,255). Sum of RGB (Red+Green+Blue) = 136+240+255=631 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.55% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #88F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F0FF is #770F00. Grayscale: #D2D2D2. Windows color (decimal): -7802625 or 16773256. OLE color: 16773256.

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

Color convert

RGB 136 240 255 -
CMYK 0.47 0.06 0 0
HSL 187.56º 1% 0.77% -
HSV(B) 187.56º 0.47% 1% -
XYZ 59.36 74.77 105.91 -
YUV 210.61 153.04 74.78 -
System Red Green Blue C M Y K H S L
Decimal 136 240 255 0.47 0.06 0 0 187.56 1 0.77
Hex 88 F0 FF 2F 6 0 0 BC 64 4D
Octal 210 360 377 57 6 0 0 274 144 115
Binary 10001000 11110000 11111111 101111 110 0 0 10111100 1100100 1001101

Color Harmonies of #88F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F0FF

Black with #88F0FF

Text Example


Text Example

White with #88F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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