#88D8DC

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

Shades of Spray #88D8DC

Tints of Spray #88D8DC

Color information

#88D8DC (or 0x88D8DC) is unknown color: approx Spray. HEX triplet: 88, D8 and DC. RGB value is (136,216,220). Sum of RGB (Red+Green+Blue) = 136+216+220=572 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.78% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #88D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D8DC is #772723. Grayscale: #C0C0C0. Windows color (decimal): -7808804 or 14473352. OLE color: 14473352.

HSL color Cylindrical-coordinate representation of color #88D8DC: hue angle of 182.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88D8DC is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136216220-
CMYK0.380.0200.14
HSL182.86º54.55%69.8%-
HSV(B)182.86º38.18%86.27%-
XYZ47.6359.5176.69-
YUV192.54143.587.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.78%
GREEN value IS 216 (84.77% from 255) = 37.76%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=23.78%
G=37.76%
B=38.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362162200.380.0200.14182.8654.5569.8
Hex88D8DC2620Eb73746
Octal21033033446201626767106
Binary1000100011011000110111001001101001110101101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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