#AFCDD9

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

Shades of French Pass #AFCDD9

Tints of French Pass #AFCDD9

Color information

#AFCDD9 (or 0xAFCDD9) is unknown color: approx French Pass. HEX triplet: AF, CD and D9. RGB value is (175,205,217). Sum of RGB (Red+Green+Blue) = 175+205+217=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFCDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDD9 is #503226. Grayscale: #C5C5C5. Windows color (decimal): -5255719 or 14273967. OLE color: 14273967.

HSL color Cylindrical-coordinate representation of color #AFCDD9: hue angle of 197.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFCDD9 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175205217-
CMYK0.190.0600.15
HSL197.14º35.59%76.86%-
HSV(B)197.14º19.35%85.1%-
XYZ52.0357.7974.06-
YUV197.4139.06112.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=29.31%
G=34.34%
B=36.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752052170.190.0600.15197.1435.5976.86
HexAFCDD91360Fc5244d
Octal25731533123601730544115
Binary1010111111001101110110011001111001111110001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDD9; }

 p { color: rgb(175,205,217); }

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

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

 a { background-color: rgb(175,205,217); }

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

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

 span { border-color: rgb(175,205,217); }

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