#AFCAD7

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

Shades of French Pass #AFCAD7

Tints of French Pass #AFCAD7

Color information

#AFCAD7 (or 0xAFCAD7) is unknown color: approx French Pass. HEX triplet: AF, CA and D7. RGB value is (175,202,215). Sum of RGB (Red+Green+Blue) = 175+202+215=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFCAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAD7 is #503528. Grayscale: #C3C3C3. Windows color (decimal): -5256489 or 14142127. OLE color: 14142127.

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

Color convert

RGB175202215-
CMYK0.190.0600.16
HSL199.5º33.33%76.47%-
HSV(B)199.5º18.6%84.31%-
XYZ51.0756.2672.46-
YUV195.41139.05113.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=29.56%
G=34.12%
B=36.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752022150.190.0600.16199.533.3376.47
HexAFCAD7136010c8214c
Octal25731232723602031041114
Binary10101111110010101101011110011110010000110010001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAD7; }

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

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

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

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

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

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

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

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