#AFD8CD

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

Shades of Scandal #AFD8CD

Tints of Scandal #AFD8CD

Color information

#AFD8CD (or 0xAFD8CD) is unknown color: approx Scandal. HEX triplet: AF, D8 and CD. RGB value is (175,216,205). Sum of RGB (Red+Green+Blue) = 175+216+205=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8CD is #502732. Grayscale: #CACACA. Windows color (decimal): -5252915 or 13490351. OLE color: 13490351.

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

Color convert

RGB175216205-
CMYK0.1900.050.15
HSL163.9º34.45%76.67%-
HSV(B)163.9º18.98%84.71%-
XYZ53.2562.6367.04-
YUV202.49129.42108.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 216 (84.77% from 255) = 36.24%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=29.36%
G=36.24%
B=34.40%

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
Decimal1752162050.1900.050.15163.934.4576.67
HexAFD8CD1305Fa4224d
Octal25733031523051724442115
Binary1010111111011000110011011001101011111101001001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8CD; }

 p { color: rgb(175,216,205); }

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

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

 a { background-color: rgb(175,216,205); }

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

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

 span { border-color: rgb(175,216,205); }

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