#88DDDC

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

Shades of Spray #88DDDC

Tints of Spray #88DDDC

Color information

#88DDDC (or 0x88DDDC) is unknown color: approx Spray. HEX triplet: 88, DD and DC. RGB value is (136,221,220). Sum of RGB (Red+Green+Blue) = 136+221+220=577 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.57% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DDDC is #772223. Grayscale: #C3C3C3. Windows color (decimal): -7807524 or 14474632. OLE color: 14474632.

HSL color Cylindrical-coordinate representation of color #88DDDC: hue angle of 179.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DDDC is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB136221220-
CMYK0.3800.000.13
HSL179.29º55.56%70%-
HSV(B)179.29º38.46%86.67%-
XYZ48.9362.1177.12-
YUV195.47141.8485.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.57%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=23.57%
G=38.30%
B=38.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362212200.3800.000.13179.2955.5670
Hex88DDDC2600Db33846
Octal21033533446001526370106
Binary100010001101110111011100100110001101101100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,221,220); }

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

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

 a { background-color: rgb(136,221,220); }

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

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

 span { border-color: rgb(136,221,220); }

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