#88DEE2

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

Shades of Spray #88DEE2

Tints of Spray #88DEE2

Color information

#88DEE2 (or 0x88DEE2) is unknown color: approx Spray. HEX triplet: 88, DE and E2. RGB value is (136,222,226). Sum of RGB (Red+Green+Blue) = 136+222+226=584 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.29% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #88DEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DEE2 is #77211D. Grayscale: #C4C4C4. Windows color (decimal): -7807262 or 14868104. OLE color: 14868104.

HSL color Cylindrical-coordinate representation of color #88DEE2: hue angle of 182.67º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88DEE2 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB136222226-
CMYK0.400.0200.11
HSL182.67º60.81%70.98%-
HSV(B)182.67º39.82%88.63%-
XYZ5062.9781.47-
YUV196.74144.5184.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.29%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 226 (88.67% from 255) = 38.70%
R=23.29%
G=38.01%
B=38.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1362222260.400.0200.11182.6760.8170.98
Hex88DEE22820Bb73d47
Octal21033634250201326775107
Binary1000100011011110111000101010001001011101101111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,222,226); }

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

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

 a { background-color: rgb(136,222,226); }

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

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

 span { border-color: rgb(136,222,226); }

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