#AFD1DC

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

Shades of French Pass #AFD1DC

Tints of French Pass #AFD1DC

Color information

#AFD1DC (or 0xAFD1DC) is unknown color: approx French Pass. HEX triplet: AF, D1 and DC. RGB value is (175,209,220). Sum of RGB (Red+Green+Blue) = 175+209+220=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFD1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1DC is #502E23. Grayscale: #C8C8C8. Windows color (decimal): -5254692 or 14471599. OLE color: 14471599.

HSL color Cylindrical-coordinate representation of color #AFD1DC: hue angle of 194.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFD1DC is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175209220-
CMYK0.200.0500.14
HSL194.67º39.13%77.45%-
HSV(B)194.67º20.45%86.27%-
XYZ53.459.8876.45-
YUV200.09139.24110.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=28.97%
G=34.60%
B=36.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752092200.200.0500.14194.6739.1377.45
HexAFD1DC1450Ec3274d
Octal25732133424501630347115
Binary1010111111010001110111001010010101110110000111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1DC; }

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

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

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

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

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

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

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

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