#AFD1CA

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

Shades of Scandal #AFD1CA

Tints of Scandal #AFD1CA

Color information

#AFD1CA (or 0xAFD1CA) is unknown color: approx Scandal. HEX triplet: AF, D1 and CA. RGB value is (175,209,202). Sum of RGB (Red+Green+Blue) = 175+209+202=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1CA is #502E35. Grayscale: #C6C6C6. Windows color (decimal): -5254710 or 13291951. OLE color: 13291951.

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

Color convert

RGB175209202-
CMYK0.1600.030.18
HSL167.65º26.98%75.29%-
HSV(B)167.65º16.27%81.96%-
XYZ51.1458.9864.57-
YUV198.04130.24111.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 209 (82.03% from 255) = 35.67%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=29.86%
G=35.67%
B=34.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752092020.1600.030.18167.6526.9875.29
HexAFD1CA100312a81b4b
Octal25732131220032225033113
Binary101011111101000111001010100000111001010101000110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1CA; }

 p { color: rgb(175,209,202); }

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

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

 a { background-color: rgb(175,209,202); }

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

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

 span { border-color: rgb(175,209,202); }

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