#AFD9D5

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

Shades of Scandal #AFD9D5

Tints of Scandal #AFD9D5

Color information

#AFD9D5 (or 0xAFD9D5) is unknown color: approx Scandal. HEX triplet: AF, D9 and D5. RGB value is (175,217,213). Sum of RGB (Red+Green+Blue) = 175+217+213=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9D5 is #50262A. Grayscale: #CBCBCB. Windows color (decimal): -5252651 or 14014895. OLE color: 14014895.

HSL color Cylindrical-coordinate representation of color #AFD9D5: hue angle of 174.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD9D5 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB175217213-
CMYK0.1900.020.15
HSL174.29º35.59%76.86%-
HSV(B)174.29º19.35%85.1%-
XYZ54.563.5472.34-
YUV203.99133.09107.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 217 (85.16% from 255) = 35.87%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=28.93%
G=35.87%
B=35.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752172130.1900.020.15174.2935.5976.86
HexAFD9D51302Fae244d
Octal25733132523021725644115
Binary101011111101100111010101100110101111101011101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9D5; }

 p { color: rgb(175,217,213); }

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

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

 a { background-color: rgb(175,217,213); }

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

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

 span { border-color: rgb(175,217,213); }

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