#88FFF9

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

Shades of Electric Blue #88FFF9

Tints of Electric Blue #88FFF9

Color information

#88FFF9 (or 0x88FFF9) is unknown color: approx Electric Blue. HEX triplet: 88, FF and F9. RGB value is (136,255,249). Sum of RGB (Red+Green+Blue) = 136+255+249=640 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.25% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FFF9 is #770006. Grayscale: #DADADA. Windows color (decimal): -7798791 or 16383880. OLE color: 16383880.

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

Color convert

RGB136255249-
CMYK0.4700.020
HSL176.97º100%76.67%-
HSV(B)176.97º46.67%100%-
XYZ63.0183.59102.44-
YUV218.74145.0868.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.25%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=21.25%
G=39.84%
B=38.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1362552490.4700.020176.9710076.67
Hex88FFF92F020b1644d
Octal21037737157020261144115
Binary10001000111111111111100110111101001011000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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