Shades of French Pass #A8D3E3
Tints of French Pass #A8D3E3
RGB
CMYK
RGB Variations
Color information
#A8D3E3 (or 0xA8D3E3) is known color: French Pass. HEX triplet: A8, D3 and E3. RGB value is (168,211,227). Sum of RGB (Red+Green+Blue) = 168+211+227=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #A8D3E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3E3 is #572C1C. Grayscale: #C7C7C7. Windows color (decimal): -5712925 or 14930856. OLE color: 14930856.
HSL color Cylindrical-coordinate representation of color #A8D3E3: hue angle of 196.27º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8D3E3 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 211 | 227 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.11 |
| HSL | 196.27º | 0.51% | 0.77% | - |
| HSV(B) | 196.27º | 0.26% | 0.89% | - |
| XYZ | 53.31 | 60.46 | 81.53 | - |
| YUV | 199.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 227 | 0.26 | 0.07 | 0 | 0.11 | 196.27 | 0.51 | 0.77 |
| Hex | A8 | D3 | E3 | 1A | 7 | 0 | B | C4 | 33 | 4D |
| Octal | 250 | 323 | 343 | 32 | 7 | 0 | 13 | 304 | 63 | 115 |
| Binary | 10101000 | 11010011 | 11100011 | 11010 | 111 | 0 | 1011 | 11000100 | 110011 | 1001101 |
Color Harmonies of #A8D3E3
Complementary color
Monochromatic Colors of #A8D3E3
Black with #A8D3E3
Text Example
Text Example
White with #A8D3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D3E3; }
p { color: rgb(168,211,227); }
H1.HeaderClassName
{
color: #A8D3E3;
}
.AnyTagClassName
{
color: #A8D3E3;
}
</style>
background-color css
<style>
a { background-color: #A8D3E3; }
a { background-color: rgb(168,211,227); }
div.DivClassName
{
background-color: #A8D3E3;
}
.BgClassName
{
background-color: #A8D3E3;
}
</style>
border-color css
<style>
span { border-color: #A8D3E3; }
span { border-color: rgb(168,211,227); }
td.TdClassName
{
border-color: #A8D3E3;
}
.TagClassName
{
border-color: #A8D3E3;
}
</style>