#88D9DD

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

Shades of Spray #88D9DD

Tints of Spray #88D9DD

Color information

#88D9DD (or 0x88D9DD) is unknown color: approx Spray. HEX triplet: 88, D9 and DD. RGB value is (136,217,221). Sum of RGB (Red+Green+Blue) = 136+217+221=574 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.69% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #88D9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D9DD is #772622. Grayscale: #C1C1C1. Windows color (decimal): -7808547 or 14539144. OLE color: 14539144.

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

Color convert

RGB136217221-
CMYK0.380.0200.13
HSL182.82º55.56%70%-
HSV(B)182.82º38.46%86.67%-
XYZ48.0260.0877.47-
YUV193.24143.6687.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.69%
GREEN value IS 217 (85.16% from 255) = 37.80%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=23.69%
G=37.80%
B=38.50%

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
Decimal1362172210.380.0200.13182.8255.5670
Hex88D9DD2620Db73846
Octal21033133546201526770106
Binary1000100011011001110111011001101001101101101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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