Shades of French Pass #A0D0E6
Tints of French Pass #A0D0E6
RGB
CMYK
RGB Variations
Color information
#A0D0E6 (or 0xA0D0E6) is known color: French Pass. HEX triplet: A0, D0 and E6. RGB value is (160,208,230). Sum of RGB (Red+Green+Blue) = 160+208+230=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #A0D0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D0E6 is #5F2F19. Grayscale: #C4C4C4. Windows color (decimal): -6237978 or 15126688. OLE color: 15126688.
HSL color Cylindrical-coordinate representation of color #A0D0E6: hue angle of 198.86º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0D0E6 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 208 | 230 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.10 |
| HSL | 198.86º | 0.58% | 0.76% | - |
| HSV(B) | 198.86º | 0.3% | 0.9% | - |
| XYZ | 51.34 | 58.3 | 83.41 | - |
| YUV | 196.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 230 | 0.30 | 0.10 | 0 | 0.10 | 198.86 | 0.58 | 0.76 |
| Hex | A0 | D0 | E6 | 1E | A | 0 | A | C7 | 3A | 4C |
| Octal | 240 | 320 | 346 | 36 | 12 | 0 | 12 | 307 | 72 | 114 |
| Binary | 10100000 | 11010000 | 11100110 | 11110 | 1010 | 0 | 1010 | 11000111 | 111010 | 1001100 |
Color Harmonies of #A0D0E6
Complementary color
Monochromatic Colors of #A0D0E6
Black with #A0D0E6
Text Example
Text Example
White with #A0D0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0E6; }
p { color: rgb(160,208,230); }
H1.HeaderClassName
{
color: #A0D0E6;
}
.AnyTagClassName
{
color: #A0D0E6;
}
</style>
background-color css
<style>
a { background-color: #A0D0E6; }
a { background-color: rgb(160,208,230); }
div.DivClassName
{
background-color: #A0D0E6;
}
.BgClassName
{
background-color: #A0D0E6;
}
</style>
border-color css
<style>
span { border-color: #A0D0E6; }
span { border-color: rgb(160,208,230); }
td.TdClassName
{
border-color: #A0D0E6;
}
.TagClassName
{
border-color: #A0D0E6;
}
</style>