#88D6DD

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

Shades of Spray #88D6DD

Tints of Spray #88D6DD

Color information

#88D6DD (or 0x88D6DD) is unknown color: approx Spray. HEX triplet: 88, D6 and DD. RGB value is (136,214,221). Sum of RGB (Red+Green+Blue) = 136+214+221=571 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.82% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #88D6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D6DD is #772922. Grayscale: #BFBFBF. Windows color (decimal): -7809315 or 14538376. OLE color: 14538376.

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

Color convert

RGB136214221-
CMYK0.380.0300.13
HSL184.94º55.56%70%-
HSV(B)184.94º38.46%86.67%-
XYZ47.2558.5577.22-
YUV191.48144.6688.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.82%
GREEN value IS 214 (83.98% from 255) = 37.48%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=23.82%
G=37.48%
B=38.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362142210.380.0300.13184.9455.5670
Hex88D6DD2630Db93846
Octal21032633546301527170106
Binary1000100011010110110111011001101101101101110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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