#88DDDE

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

Shades of Spray #88DDDE

Tints of Spray #88DDDE

Color information

#88DDDE (or 0x88DDDE) is unknown color: approx Spray. HEX triplet: 88, DD and DE. RGB value is (136,221,222). Sum of RGB (Red+Green+Blue) = 136+221+222=579 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.49% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #88DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DDDE is #772221. Grayscale: #C3C3C3. Windows color (decimal): -7807522 or 14605704. OLE color: 14605704.

HSL color Cylindrical-coordinate representation of color #88DDDE: hue angle of 180.7º degrees, saturation: 0.57, 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 #88DDDE is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136221222-
CMYK0.390.0000.13
HSL180.7º56.58%70.2%-
HSV(B)180.7º38.74%87.06%-
XYZ49.1962.2278.52-
YUV195.7142.8485.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.49%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=23.49%
G=38.17%
B=38.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362212220.390.0000.13180.756.5870.2
Hex88DDDE2700Db53946
Octal21033533647001526571106
Binary100010001101110111011110100111001101101101011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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