#AFCDD7

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

Shades of French Pass #AFCDD7

Tints of French Pass #AFCDD7

Color information

#AFCDD7 (or 0xAFCDD7) is unknown color: approx French Pass. HEX triplet: AF, CD and D7. RGB value is (175,205,215). Sum of RGB (Red+Green+Blue) = 175+205+215=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFCDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDD7 is #503228. Grayscale: #C5C5C5. Windows color (decimal): -5255721 or 14142895. OLE color: 14142895.

HSL color Cylindrical-coordinate representation of color #AFCDD7: hue angle of 195º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFCDD7 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175205215-
CMYK0.190.0500.16
HSL195º33.33%76.47%-
HSV(B)195º18.6%84.31%-
XYZ51.7857.6872.69-
YUV197.17138.06112.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 215 (84.38% from 255) = 36.13%
R=29.41%
G=34.45%
B=36.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752052150.190.0500.1619533.3376.47
HexAFCDD7135010c3214c
Octal25731532723502030341114
Binary10101111110011011101011110011101010000110000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDD7; }

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

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

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

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

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

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

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

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