#AFD1CC

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

Shades of Scandal #AFD1CC

Tints of Scandal #AFD1CC

Color information

#AFD1CC (or 0xAFD1CC) is unknown color: approx Scandal. HEX triplet: AF, D1 and CC. RGB value is (175,209,204). Sum of RGB (Red+Green+Blue) = 175+209+204=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1CC is #502E33. Grayscale: #C6C6C6. Windows color (decimal): -5254708 or 13423023. OLE color: 13423023.

HSL color Cylindrical-coordinate representation of color #AFD1CC: hue angle of 171.18º 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 #AFD1CC is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB175209204-
CMYK0.1600.020.18
HSL171.18º26.98%75.29%-
HSV(B)171.18º16.27%81.96%-
XYZ51.3859.0765.82-
YUV198.26131.24111.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 209 (82.03% from 255) = 35.54%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=29.76%
G=35.54%
B=34.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752092040.1600.020.18171.1826.9875.29
HexAFD1CC100212ab1b4b
Octal25732131420022225333113
Binary101011111101000111001100100000101001010101011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1CC; }

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

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

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

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

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

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

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

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