Shades of French Pass #A5D5DB
Tints of French Pass #A5D5DB
RGB
CMYK
RGB Variations
Color information
#A5D5DB (or 0xA5D5DB) is known color: French Pass. HEX triplet: A5, D5 and DB. RGB value is (165,213,219). Sum of RGB (Red+Green+Blue) = 165+213+219=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5D5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5DB is #5A2A24. Grayscale: #C7C7C7. Windows color (decimal): -5909029 or 14407077. OLE color: 14407077.
HSL color Cylindrical-coordinate representation of color #A5D5DB: hue angle of 186.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5D5DB is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 213 | 219 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.14 |
| HSL | 186.67º | 0.43% | 0.75% | - |
| HSV(B) | 186.67º | 0.25% | 0.86% | - |
| XYZ | 52.1 | 60.7 | 75.99 | - |
| YUV | 199.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 219 | 0.25 | 0.03 | 0 | 0.14 | 186.67 | 0.43 | 0.75 |
| Hex | A5 | D5 | DB | 19 | 3 | 0 | E | BB | 2B | 4B |
| Octal | 245 | 325 | 333 | 31 | 3 | 0 | 16 | 273 | 53 | 113 |
| Binary | 10100101 | 11010101 | 11011011 | 11001 | 11 | 0 | 1110 | 10111011 | 101011 | 1001011 |
Color Harmonies of #A5D5DB
Complementary color
Monochromatic Colors of #A5D5DB
Black with #A5D5DB
Text Example
Text Example
White with #A5D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D5DB; }
p { color: rgb(165,213,219); }
H1.HeaderClassName
{
color: #A5D5DB;
}
.AnyTagClassName
{
color: #A5D5DB;
}
</style>
background-color css
<style>
a { background-color: #A5D5DB; }
a { background-color: rgb(165,213,219); }
div.DivClassName
{
background-color: #A5D5DB;
}
.BgClassName
{
background-color: #A5D5DB;
}
</style>
border-color css
<style>
span { border-color: #A5D5DB; }
span { border-color: rgb(165,213,219); }
td.TdClassName
{
border-color: #A5D5DB;
}
.TagClassName
{
border-color: #A5D5DB;
}
</style>