Shades of Sail #A3D2F9
Tints of Sail #A3D2F9
RGB
CMYK
RGB Variations
Color information
#A3D2F9 (or 0xA3D2F9) is known color: Sail. HEX triplet: A3, D2 and F9. RGB value is (163,210,249). Sum of RGB (Red+Green+Blue) = 163+210+249=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #A3D2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D2F9 is #5C2D06. Grayscale: #C8C8C8. Windows color (decimal): -6040839 or 16372387. OLE color: 16372387.
HSL color Cylindrical-coordinate representation of color #A3D2F9: hue angle of 207.21º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3D2F9 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 210 | 249 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.02 |
| HSL | 207.21º | 0.88% | 0.81% | - |
| HSV(B) | 207.21º | 0.35% | 0.98% | - |
| XYZ | 55.25 | 60.72 | 98.43 | - |
| YUV | 200.39 | 155.43 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 210 | 249 | 0.35 | 0.16 | 0 | 0.02 | 207.21 | 0.88 | 0.81 |
| Hex | A3 | D2 | F9 | 23 | 10 | 0 | 2 | CF | 58 | 51 |
| Octal | 243 | 322 | 371 | 43 | 20 | 0 | 2 | 317 | 130 | 121 |
| Binary | 10100011 | 11010010 | 11111001 | 100011 | 10000 | 0 | 10 | 11001111 | 1011000 | 1010001 |
Color Harmonies of #A3D2F9
Complementary color
Monochromatic Colors of #A3D2F9
Black with #A3D2F9
Text Example
Text Example
White with #A3D2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D2F9; }
p { color: rgb(163,210,249); }
H1.HeaderClassName
{
color: #A3D2F9;
}
.AnyTagClassName
{
color: #A3D2F9;
}
</style>
background-color css
<style>
a { background-color: #A3D2F9; }
a { background-color: rgb(163,210,249); }
div.DivClassName
{
background-color: #A3D2F9;
}
.BgClassName
{
background-color: #A3D2F9;
}
</style>
border-color css
<style>
span { border-color: #A3D2F9; }
span { border-color: rgb(163,210,249); }
td.TdClassName
{
border-color: #A3D2F9;
}
.TagClassName
{
border-color: #A3D2F9;
}
</style>