Shades of French Pass #A8CBDF
Tints of French Pass #A8CBDF
RGB
CMYK
RGB Variations
Color information
#A8CBDF (or 0xA8CBDF) is known color: French Pass. HEX triplet: A8, CB and DF. RGB value is (168,203,223). Sum of RGB (Red+Green+Blue) = 168+203+223=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBDF is #573420. Grayscale: #C2C2C2. Windows color (decimal): -5714977 or 14666664. OLE color: 14666664.
HSL color Cylindrical-coordinate representation of color #A8CBDF: hue angle of 201.82º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8CBDF is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 203 | 223 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.13 |
| HSL | 201.82º | 0.46% | 0.77% | - |
| HSV(B) | 201.82º | 0.25% | 0.87% | - |
| XYZ | 50.82 | 56.36 | 78.01 | - |
| YUV | 194.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 223 | 0.25 | 0.09 | 0 | 0.13 | 201.82 | 0.46 | 0.77 |
| Hex | A8 | CB | DF | 19 | 9 | 0 | D | CA | 2E | 4D |
| Octal | 250 | 313 | 337 | 31 | 11 | 0 | 15 | 312 | 56 | 115 |
| Binary | 10101000 | 11001011 | 11011111 | 11001 | 1001 | 0 | 1101 | 11001010 | 101110 | 1001101 |
Color Harmonies of #A8CBDF
Complementary color
Monochromatic Colors of #A8CBDF
Black with #A8CBDF
Text Example
Text Example
White with #A8CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBDF; }
p { color: rgb(168,203,223); }
H1.HeaderClassName
{
color: #A8CBDF;
}
.AnyTagClassName
{
color: #A8CBDF;
}
</style>
background-color css
<style>
a { background-color: #A8CBDF; }
a { background-color: rgb(168,203,223); }
div.DivClassName
{
background-color: #A8CBDF;
}
.BgClassName
{
background-color: #A8CBDF;
}
</style>
border-color css
<style>
span { border-color: #A8CBDF; }
span { border-color: rgb(168,203,223); }
td.TdClassName
{
border-color: #A8CBDF;
}
.TagClassName
{
border-color: #A8CBDF;
}
</style>