Shades of French Pass #A8CDDB
Tints of French Pass #A8CDDB
RGB
CMYK
RGB Variations
Color information
#A8CDDB (or 0xA8CDDB) is known color: French Pass. HEX triplet: A8, CD and DB. RGB value is (168,205,219). Sum of RGB (Red+Green+Blue) = 168+205+219=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CDDB is #573224. Grayscale: #C3C3C3. Windows color (decimal): -5714469 or 14405032. OLE color: 14405032.
HSL color Cylindrical-coordinate representation of color #A8CDDB: hue angle of 196.47º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8CDDB is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 205 | 219 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.14 |
| HSL | 196.47º | 0.41% | 0.76% | - |
| HSV(B) | 196.47º | 0.23% | 0.86% | - |
| XYZ | 50.77 | 57.1 | 75.36 | - |
| YUV | 195.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 219 | 0.23 | 0.06 | 0 | 0.14 | 196.47 | 0.41 | 0.76 |
| Hex | A8 | CD | DB | 17 | 6 | 0 | E | C4 | 29 | 4C |
| Octal | 250 | 315 | 333 | 27 | 6 | 0 | 16 | 304 | 51 | 114 |
| Binary | 10101000 | 11001101 | 11011011 | 10111 | 110 | 0 | 1110 | 11000100 | 101001 | 1001100 |
Color Harmonies of #A8CDDB
Complementary color
Monochromatic Colors of #A8CDDB
Black with #A8CDDB
Text Example
Text Example
White with #A8CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDDB; }
p { color: rgb(168,205,219); }
H1.HeaderClassName
{
color: #A8CDDB;
}
.AnyTagClassName
{
color: #A8CDDB;
}
</style>
background-color css
<style>
a { background-color: #A8CDDB; }
a { background-color: rgb(168,205,219); }
div.DivClassName
{
background-color: #A8CDDB;
}
.BgClassName
{
background-color: #A8CDDB;
}
</style>
border-color css
<style>
span { border-color: #A8CDDB; }
span { border-color: rgb(168,205,219); }
td.TdClassName
{
border-color: #A8CDDB;
}
.TagClassName
{
border-color: #A8CDDB;
}
</style>