Shades of French Pass #AFD3DB
Tints of French Pass #AFD3DB
RGB
CMYK
RGB Variations
Color information
#AFD3DB (or 0xAFD3DB) is known color: French Pass. HEX triplet: AF, D3 and DB. RGB value is (175,211,219). Sum of RGB (Red+Green+Blue) = 175+211+219=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFD3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD3DB is #502C24. Grayscale: #C9C9C9. Windows color (decimal): -5254181 or 14406575. OLE color: 14406575.
HSL color Cylindrical-coordinate representation of color #AFD3DB: hue angle of 190.91º 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 #AFD3DB is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 211 | 219 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.14 |
| HSL | 190.91º | 0.38% | 0.77% | - |
| HSV(B) | 190.91º | 0.2% | 0.86% | - |
| XYZ | 53.76 | 60.82 | 75.92 | - |
| YUV | 201.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 219 | 0.20 | 0.04 | 0 | 0.14 | 190.91 | 0.38 | 0.77 |
| Hex | AF | D3 | DB | 14 | 4 | 0 | E | BF | 26 | 4D |
| Octal | 257 | 323 | 333 | 24 | 4 | 0 | 16 | 277 | 46 | 115 |
| Binary | 10101111 | 11010011 | 11011011 | 10100 | 100 | 0 | 1110 | 10111111 | 100110 | 1001101 |
Color Harmonies of #AFD3DB
Complementary color
Monochromatic Colors of #AFD3DB
Black with #AFD3DB
Text Example
Text Example
White with #AFD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD3DB; }
p { color: rgb(175,211,219); }
H1.HeaderClassName
{
color: #AFD3DB;
}
.AnyTagClassName
{
color: #AFD3DB;
}
</style>
background-color css
<style>
a { background-color: #AFD3DB; }
a { background-color: rgb(175,211,219); }
div.DivClassName
{
background-color: #AFD3DB;
}
.BgClassName
{
background-color: #AFD3DB;
}
</style>
border-color css
<style>
span { border-color: #AFD3DB; }
span { border-color: rgb(175,211,219); }
td.TdClassName
{
border-color: #AFD3DB;
}
.TagClassName
{
border-color: #AFD3DB;
}
</style>