Shades of French Pass #AFD4DB
Tints of French Pass #AFD4DB
RGB
CMYK
RGB Variations
Color information
#AFD4DB (or 0xAFD4DB) is known color: French Pass. HEX triplet: AF, D4 and DB. RGB value is (175,212,219). Sum of RGB (Red+Green+Blue) = 175+212+219=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFD4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4DB is #502B24. Grayscale: #C9C9C9. Windows color (decimal): -5253925 or 14406831. OLE color: 14406831.
HSL color Cylindrical-coordinate representation of color #AFD4DB: hue angle of 189.55º 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 #AFD4DB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 212 | 219 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.14 |
| HSL | 189.55º | 0.38% | 0.77% | - |
| HSV(B) | 189.55º | 0.2% | 0.86% | - |
| XYZ | 54.01 | 61.32 | 76.01 | - |
| YUV | 201.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 212 | 219 | 0.20 | 0.03 | 0 | 0.14 | 189.55 | 0.38 | 0.77 |
| Hex | AF | D4 | DB | 14 | 3 | 0 | E | BE | 26 | 4D |
| Octal | 257 | 324 | 333 | 24 | 3 | 0 | 16 | 276 | 46 | 115 |
| Binary | 10101111 | 11010100 | 11011011 | 10100 | 11 | 0 | 1110 | 10111110 | 100110 | 1001101 |
Color Harmonies of #AFD4DB
Complementary color
Monochromatic Colors of #AFD4DB
Black with #AFD4DB
Text Example
Text Example
White with #AFD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD4DB; }
p { color: rgb(175,212,219); }
H1.HeaderClassName
{
color: #AFD4DB;
}
.AnyTagClassName
{
color: #AFD4DB;
}
</style>
background-color css
<style>
a { background-color: #AFD4DB; }
a { background-color: rgb(175,212,219); }
div.DivClassName
{
background-color: #AFD4DB;
}
.BgClassName
{
background-color: #AFD4DB;
}
</style>
border-color css
<style>
span { border-color: #AFD4DB; }
span { border-color: rgb(175,212,219); }
td.TdClassName
{
border-color: #AFD4DB;
}
.TagClassName
{
border-color: #AFD4DB;
}
</style>