#ABDDD8

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

Shades of Scandal #ABDDD8

Tints of Scandal #ABDDD8

Color information

#ABDDD8 (or 0xABDDD8) is unknown color: approx Scandal. HEX triplet: AB, DD and D8. RGB value is (171,221,216). Sum of RGB (Red+Green+Blue) = 171+221+216=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDD8 is #542227. Grayscale: #CDCDCD. Windows color (decimal): -5513768 or 14212523. OLE color: 14212523.

HSL color Cylindrical-coordinate representation of color #ABDDD8: hue angle of 174º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDD8 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB171221216-
CMYK0.2300.020.13
HSL174º42.37%76.86%-
HSV(B)174º22.62%86.67%-
XYZ55.0565.3374.67-
YUV205.48133.94103.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.12%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=28.12%
G=36.35%
B=35.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712212160.2300.020.1317442.3776.86
HexABDDD81702Dae2a4d
Octal25333533027021525652115
Binary101010111101110111011000101110101101101011101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDD8; }

 p { color: rgb(171,221,216); }

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

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

 a { background-color: rgb(171,221,216); }

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

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

 span { border-color: rgb(171,221,216); }

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