#88D8DD

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

Shades of Spray #88D8DD

Tints of Spray #88D8DD

Color information

#88D8DD (or 0x88D8DD) is unknown color: approx Spray. HEX triplet: 88, D8 and DD. RGB value is (136,216,221). Sum of RGB (Red+Green+Blue) = 136+216+221=573 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.73% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #88D8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D8DD is #772722. Grayscale: #C0C0C0. Windows color (decimal): -7808803 or 14538888. OLE color: 14538888.

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

Color convert

RGB136216221-
CMYK0.380.0200.13
HSL183.53º55.56%70%-
HSV(B)183.53º38.46%86.67%-
XYZ47.7659.5777.39-
YUV192.6514487.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.73%
GREEN value IS 216 (84.77% from 255) = 37.70%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=23.73%
G=37.70%
B=38.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362162210.380.0200.13183.5355.5670
Hex88D8DD2620Db83846
Octal21033033546201527070106
Binary1000100011011000110111011001101001101101110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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