Shades of Sail #A3D2EB
Tints of Sail #A3D2EB
RGB
CMYK
RGB Variations
Color information
#A3D2EB (or 0xA3D2EB) is known color: Sail. HEX triplet: A3, D2 and EB. RGB value is (163,210,235). Sum of RGB (Red+Green+Blue) = 163+210+235=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D2EB is #5C2D14. Grayscale: #C6C6C6. Windows color (decimal): -6040853 or 15454883. OLE color: 15454883.
HSL color Cylindrical-coordinate representation of color #A3D2EB: hue angle of 200.83º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3D2EB is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 210 | 235 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.08 |
| HSL | 200.83º | 0.64% | 0.78% | - |
| HSV(B) | 200.83º | 0.31% | 0.92% | - |
| XYZ | 53.15 | 59.88 | 87.35 | - |
| YUV | 198.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 210 | 235 | 0.31 | 0.11 | 0 | 0.08 | 200.83 | 0.64 | 0.78 |
| Hex | A3 | D2 | EB | 1F | B | 0 | 8 | C9 | 40 | 4E |
| Octal | 243 | 322 | 353 | 37 | 13 | 0 | 10 | 311 | 100 | 116 |
| Binary | 10100011 | 11010010 | 11101011 | 11111 | 1011 | 0 | 1000 | 11001001 | 1000000 | 1001110 |
Color Harmonies of #A3D2EB
Complementary color
Monochromatic Colors of #A3D2EB
Black with #A3D2EB
Text Example
Text Example
White with #A3D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D2EB; }
p { color: rgb(163,210,235); }
H1.HeaderClassName
{
color: #A3D2EB;
}
.AnyTagClassName
{
color: #A3D2EB;
}
</style>
background-color css
<style>
a { background-color: #A3D2EB; }
a { background-color: rgb(163,210,235); }
div.DivClassName
{
background-color: #A3D2EB;
}
.BgClassName
{
background-color: #A3D2EB;
}
</style>
border-color css
<style>
span { border-color: #A3D2EB; }
span { border-color: rgb(163,210,235); }
td.TdClassName
{
border-color: #A3D2EB;
}
.TagClassName
{
border-color: #A3D2EB;
}
</style>