Shades of Sail #A2D2F2
Tints of Sail #A2D2F2
RGB
CMYK
RGB Variations
Color information
#A2D2F2 (or 0xA2D2F2) is known color: Sail. HEX triplet: A2, D2 and F2. RGB value is (162,210,242). Sum of RGB (Red+Green+Blue) = 162+210+242=614 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.38% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #A2D2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D2F2 is #5D2D0D. Grayscale: #C7C7C7. Windows color (decimal): -6106382 or 15913634. OLE color: 15913634.
HSL color Cylindrical-coordinate representation of color #A2D2F2: hue angle of 204º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2D2F2 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 210 | 242 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.05 |
| HSL | 204º | 0.75% | 0.79% | - |
| HSV(B) | 204º | 0.33% | 0.95% | - |
| XYZ | 53.97 | 60.19 | 92.78 | - |
| YUV | 199.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 242 | 0.33 | 0.13 | 0 | 0.05 | 204 | 0.75 | 0.79 |
| Hex | A2 | D2 | F2 | 21 | D | 0 | 5 | CC | 4B | 4F |
| Octal | 242 | 322 | 362 | 41 | 15 | 0 | 5 | 314 | 113 | 117 |
| Binary | 10100010 | 11010010 | 11110010 | 100001 | 1101 | 0 | 101 | 11001100 | 1001011 | 1001111 |
Color Harmonies of #A2D2F2
Complementary color
Monochromatic Colors of #A2D2F2
Black with #A2D2F2
Text Example
Text Example
White with #A2D2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D2F2; }
p { color: rgb(162,210,242); }
H1.HeaderClassName
{
color: #A2D2F2;
}
.AnyTagClassName
{
color: #A2D2F2;
}
</style>
background-color css
<style>
a { background-color: #A2D2F2; }
a { background-color: rgb(162,210,242); }
div.DivClassName
{
background-color: #A2D2F2;
}
.BgClassName
{
background-color: #A2D2F2;
}
</style>
border-color css
<style>
span { border-color: #A2D2F2; }
span { border-color: rgb(162,210,242); }
td.TdClassName
{
border-color: #A2D2F2;
}
.TagClassName
{
border-color: #A2D2F2;
}
</style>