#ADD8CB

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

Shades of Scandal #ADD8CB

Tints of Scandal #ADD8CB

Color information

#ADD8CB (or 0xADD8CB) is unknown color: approx Scandal. HEX triplet: AD, D8 and CB. RGB value is (173,216,203). Sum of RGB (Red+Green+Blue) = 173+216+203=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8CB is #522734. Grayscale: #C9C9C9. Windows color (decimal): -5383989 or 13359277. OLE color: 13359277.

HSL color Cylindrical-coordinate representation of color #ADD8CB: hue angle of 161.86º 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 #ADD8CB is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB173216203-
CMYK0.2000.060.15
HSL161.86º35.54%76.27%-
HSV(B)161.86º19.91%84.71%-
XYZ52.5762.3165.76-
YUV201.66128.75107.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 216 (84.77% from 255) = 36.49%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=29.22%
G=36.49%
B=34.29%

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
Decimal1732162030.2000.060.15161.8635.5476.27
HexADD8CB1406Fa2244c
Octal25533031324061724244114
Binary1010110111011000110010111010001101111101000101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8CB; }

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

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

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

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

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

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

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

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