#AFD6D0

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

Shades of Scandal #AFD6D0

Tints of Scandal #AFD6D0

Color information

#AFD6D0 (or 0xAFD6D0) is unknown color: approx Scandal. HEX triplet: AF, D6 and D0. RGB value is (175,214,208). Sum of RGB (Red+Green+Blue) = 175+214+208=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD6D0 is #50292F. Grayscale: #C9C9C9. Windows color (decimal): -5253424 or 13686447. OLE color: 13686447.

HSL color Cylindrical-coordinate representation of color #AFD6D0: hue angle of 170.77º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD6D0 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB175214208-
CMYK0.1800.030.16
HSL170.77º32.23%76.27%-
HSV(B)170.77º18.22%83.92%-
XYZ53.1161.7668.8-
YUV201.65131.58108.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 214 (83.98% from 255) = 35.85%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=29.31%
G=35.85%
B=34.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752142080.1800.030.16170.7732.2376.27
HexAFD6D0120310ab204c
Octal25732632022032025340114
Binary1010111111010110110100001001001110000101010111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD6D0; }

 p { color: rgb(175,214,208); }

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

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

 a { background-color: rgb(175,214,208); }

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

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

 span { border-color: rgb(175,214,208); }

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