#AFD9CE

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

Shades of Scandal #AFD9CE

Tints of Scandal #AFD9CE

Color information

#AFD9CE (or 0xAFD9CE) is unknown color: approx Scandal. HEX triplet: AF, D9 and CE. RGB value is (175,217,206). Sum of RGB (Red+Green+Blue) = 175+217+206=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9CE is #502631. Grayscale: #CBCBCB. Windows color (decimal): -5252658 or 13556143. OLE color: 13556143.

HSL color Cylindrical-coordinate representation of color #AFD9CE: hue angle of 164.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 #AFD9CE is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB175217206-
CMYK0.1900.050.15
HSL164.29º35.59%76.86%-
HSV(B)164.29º19.35%85.1%-
XYZ53.6363.267.76-
YUV203.19129.59107.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 217 (85.16% from 255) = 36.29%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=29.26%
G=36.29%
B=34.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752172060.1900.050.15164.2935.5976.86
HexAFD9CE1305Fa4244d
Octal25733131623051724444115
Binary1010111111011001110011101001101011111101001001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9CE; }

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

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

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

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

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

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

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

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