Shades of French Pass #AFCFDB
Tints of French Pass #AFCFDB
RGB
CMYK
RGB Variations
Color information
#AFCFDB (or 0xAFCFDB) is known color: French Pass. HEX triplet: AF, CF and DB. RGB value is (175,207,219). Sum of RGB (Red+Green+Blue) = 175+207+219=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFCFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFDB is #503024. Grayscale: #C6C6C6. Windows color (decimal): -5255205 or 14405551. OLE color: 14405551.
HSL color Cylindrical-coordinate representation of color #AFCFDB: hue angle of 196.36º degrees, saturation: 0.38, 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 #AFCFDB is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 207 | 219 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.14 |
| HSL | 196.36º | 0.38% | 0.77% | - |
| HSV(B) | 196.36º | 0.2% | 0.86% | - |
| XYZ | 52.78 | 58.85 | 75.6 | - |
| YUV | 198.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 219 | 0.20 | 0.05 | 0 | 0.14 | 196.36 | 0.38 | 0.77 |
| Hex | AF | CF | DB | 14 | 5 | 0 | E | C4 | 26 | 4D |
| Octal | 257 | 317 | 333 | 24 | 5 | 0 | 16 | 304 | 46 | 115 |
| Binary | 10101111 | 11001111 | 11011011 | 10100 | 101 | 0 | 1110 | 11000100 | 100110 | 1001101 |
Color Harmonies of #AFCFDB
Complementary color
Monochromatic Colors of #AFCFDB
Black with #AFCFDB
Text Example
Text Example
White with #AFCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFDB; }
p { color: rgb(175,207,219); }
H1.HeaderClassName
{
color: #AFCFDB;
}
.AnyTagClassName
{
color: #AFCFDB;
}
</style>
background-color css
<style>
a { background-color: #AFCFDB; }
a { background-color: rgb(175,207,219); }
div.DivClassName
{
background-color: #AFCFDB;
}
.BgClassName
{
background-color: #AFCFDB;
}
</style>
border-color css
<style>
span { border-color: #AFCFDB; }
span { border-color: rgb(175,207,219); }
td.TdClassName
{
border-color: #AFCFDB;
}
.TagClassName
{
border-color: #AFCFDB;
}
</style>