#88DBDD

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

Shades of Spray #88DBDD

Tints of Spray #88DBDD

Color information

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

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

Color convert

RGB136219221-
CMYK0.380.0100.13
HSL181.41º55.56%70%-
HSV(B)181.41º38.46%86.67%-
XYZ48.5461.1277.65-
YUV194.4114386.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362192210.380.0100.13181.4155.5670
Hex88DBDD2610Db53846
Octal21033333546101526570106
Binary100010001101101111011101100110101101101101011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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