#88DDDB

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

Shades of Spray #88DDDB

Tints of Spray #88DDDB

Color information

#88DDDB (or 0x88DDDB) is unknown color: approx Spray. HEX triplet: 88, DD and DB. RGB value is (136,221,219). Sum of RGB (Red+Green+Blue) = 136+221+219=576 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.61% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DDDB is #772224. Grayscale: #C3C3C3. Windows color (decimal): -7807525 or 14409096. OLE color: 14409096.

HSL color Cylindrical-coordinate representation of color #88DDDB: hue angle of 178.59º 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 #88DDDB is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB136221219-
CMYK0.3800.010.13
HSL178.59º55.56%70%-
HSV(B)178.59º38.46%86.67%-
XYZ48.862.0676.43-
YUV195.36141.3485.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.61%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=23.61%
G=38.37%
B=38.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362212190.3800.010.13178.5955.5670
Hex88DDDB2601Db33846
Octal21033533346011526370106
Binary100010001101110111011011100110011101101100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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