#88F8FE

Color #88F8FE Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #88F8FE

Tints of Electric Blue #88F8FE

Color information

#88F8FE (or 0x88F8FE) is unknown color: approx Electric Blue. HEX triplet: 88, F8 and FE. RGB value is (136,248,254). Sum of RGB (Red+Green+Blue) = 136+248+254=638 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.32% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #88F8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F8FE is #770701. Grayscale: #D7D7D7. Windows color (decimal): -7800578 or 16709768. OLE color: 16709768.

HSL color Cylindrical-coordinate representation of color #88F8FE: hue angle of 183.05º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88F8FE is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB136248254-
CMYK0.460.0200.00
HSL183.05º98.33%76.47%-
HSV(B)183.05º46.46%99.61%-
XYZ61.6179.52105.87-
YUV215.2149.8971.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.32%
GREEN value IS 248 (97.27% from 255) = 38.87%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=21.32%
G=38.87%
B=39.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1362482540.460.0200.00183.0598.3376.47
Hex88F8FE2E200b7624c
Octal21037037656200267142114
Binary10001000111110001111111010111010001011011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88F8FE;
 }
 .AnyTagClassName
 {
   color: #88F8FE;
 }
</style>
background-color css

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

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

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

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

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

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