#88DFDD

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

Shades of Spray #88DFDD

Tints of Spray #88DFDD

Color information

#88DFDD (or 0x88DFDD) is unknown color: approx Spray. HEX triplet: 88, DF and DD. RGB value is (136,223,221). Sum of RGB (Red+Green+Blue) = 136+223+221=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #88DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DFDD is #772022. Grayscale: #C4C4C4. Windows color (decimal): -7807011 or 14540680. OLE color: 14540680.

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

Color convert

RGB136223221-
CMYK0.3900.010.13
HSL178.62º57.62%70.39%-
HSV(B)178.62º39.01%87.45%-
XYZ49.5963.2378-
YUV196.76141.6884.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.45%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=23.45%
G=38.45%
B=38.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362232210.3900.010.13178.6257.6270.39
Hex88DFDD2701Db33a46
Octal21033733547011526372106
Binary100010001101111111011101100111011101101100111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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