Shades of French Pass #A2D0DD
Tints of French Pass #A2D0DD
RGB
CMYK
RGB Variations
Color information
#A2D0DD (or 0xA2D0DD) is known color: French Pass. HEX triplet: A2, D0 and DD. RGB value is (162,208,221). Sum of RGB (Red+Green+Blue) = 162+208+221=591 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.41% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2D0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D0DD is #5D2F22. Grayscale: #C3C3C3. Windows color (decimal): -6106915 or 14536866. OLE color: 14536866.
HSL color Cylindrical-coordinate representation of color #A2D0DD: hue angle of 193.22º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2D0DD is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 208 | 221 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.13 |
| HSL | 193.22º | 0.46% | 0.75% | - |
| HSV(B) | 193.22º | 0.27% | 0.87% | - |
| XYZ | 50.51 | 58.01 | 76.94 | - |
| YUV | 195.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 221 | 0.27 | 0.06 | 0 | 0.13 | 193.22 | 0.46 | 0.75 |
| Hex | A2 | D0 | DD | 1B | 6 | 0 | D | C1 | 2E | 4B |
| Octal | 242 | 320 | 335 | 33 | 6 | 0 | 15 | 301 | 56 | 113 |
| Binary | 10100010 | 11010000 | 11011101 | 11011 | 110 | 0 | 1101 | 11000001 | 101110 | 1001011 |
Color Harmonies of #A2D0DD
Complementary color
Monochromatic Colors of #A2D0DD
Black with #A2D0DD
Text Example
Text Example
White with #A2D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0DD; }
p { color: rgb(162,208,221); }
H1.HeaderClassName
{
color: #A2D0DD;
}
.AnyTagClassName
{
color: #A2D0DD;
}
</style>
background-color css
<style>
a { background-color: #A2D0DD; }
a { background-color: rgb(162,208,221); }
div.DivClassName
{
background-color: #A2D0DD;
}
.BgClassName
{
background-color: #A2D0DD;
}
</style>
border-color css
<style>
span { border-color: #A2D0DD; }
span { border-color: rgb(162,208,221); }
td.TdClassName
{
border-color: #A2D0DD;
}
.TagClassName
{
border-color: #A2D0DD;
}
</style>