#AFD2DC

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

Shades of French Pass #AFD2DC

Tints of French Pass #AFD2DC

Color information

#AFD2DC (or 0xAFD2DC) is unknown color: approx French Pass. HEX triplet: AF, D2 and DC. RGB value is (175,210,220). Sum of RGB (Red+Green+Blue) = 175+210+220=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFD2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2DC is #502D23. Grayscale: #C8C8C8. Windows color (decimal): -5254436 or 14471855. OLE color: 14471855.

HSL color Cylindrical-coordinate representation of color #AFD2DC: hue angle of 193.33º 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 #AFD2DC is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175210220-
CMYK0.200.0500.14
HSL193.33º39.13%77.45%-
HSV(B)193.33º20.45%86.27%-
XYZ53.6460.3776.54-
YUV200.68138.9109.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=28.93%
G=34.71%
B=36.36%

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
Decimal1752102200.200.0500.14193.3339.1377.45
HexAFD2DC1450Ec1274d
Octal25732233424501630147115
Binary1010111111010010110111001010010101110110000011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2DC; }

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

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

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

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

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

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

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

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