#ADD8CC

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

Shades of Scandal #ADD8CC

Tints of Scandal #ADD8CC

Color information

#ADD8CC (or 0xADD8CC) is unknown color: approx Scandal. HEX triplet: AD, D8 and CC. RGB value is (173,216,204). Sum of RGB (Red+Green+Blue) = 173+216+204=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8CC is #522733. Grayscale: #C9C9C9. Windows color (decimal): -5383988 or 13424813. OLE color: 13424813.

HSL color Cylindrical-coordinate representation of color #ADD8CC: hue angle of 163.26º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD8CC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB173216204-
CMYK0.2000.060.15
HSL163.26º35.54%76.27%-
HSV(B)163.26º19.91%84.71%-
XYZ52.6962.3666.39-
YUV201.77129.25107.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 216 (84.77% from 255) = 36.42%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=29.17%
G=36.42%
B=34.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732162040.2000.060.15163.2635.5476.27
HexADD8CC1406Fa3244c
Octal25533031424061724344114
Binary1010110111011000110011001010001101111101000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8CC; }

 p { color: rgb(173,216,204); }

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

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

 a { background-color: rgb(173,216,204); }

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

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

 span { border-color: rgb(173,216,204); }

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