#88DADC

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

Shades of Spray #88DADC

Tints of Spray #88DADC

Color information

#88DADC (or 0x88DADC) is unknown color: approx Spray. HEX triplet: 88, DA and DC. RGB value is (136,218,220). Sum of RGB (Red+Green+Blue) = 136+218+220=574 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.69% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #88DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DADC is #772523. Grayscale: #C1C1C1. Windows color (decimal): -7808292 or 14473864. OLE color: 14473864.

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

Color convert

RGB136218220-
CMYK0.380.0100.14
HSL181.43º54.55%69.8%-
HSV(B)181.43º38.18%86.27%-
XYZ48.1460.5476.86-
YUV193.71142.8386.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.69%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=23.69%
G=37.98%
B=38.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362182200.380.0100.14181.4354.5569.8
Hex88DADC2610Eb53746
Octal21033233446101626567106
Binary100010001101101011011100100110101110101101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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