Shades of Sail #A3CAED
Tints of Sail #A3CAED
RGB
CMYK
RGB Variations
Color information
#A3CAED (or 0xA3CAED) is known color: Sail. HEX triplet: A3, CA and ED. RGB value is (163,202,237). Sum of RGB (Red+Green+Blue) = 163+202+237=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3CAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CAED is #5C3512. Grayscale: #C2C2C2. Windows color (decimal): -6042899 or 15583907. OLE color: 15583907.
HSL color Cylindrical-coordinate representation of color #A3CAED: hue angle of 208.38º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3CAED is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 202 | 237 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.07 |
| HSL | 208.38º | 0.67% | 0.78% | - |
| HSV(B) | 208.38º | 0.31% | 0.93% | - |
| XYZ | 51.51 | 56.14 | 88.24 | - |
| YUV | 194.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 237 | 0.31 | 0.15 | 0 | 0.07 | 208.38 | 0.67 | 0.78 |
| Hex | A3 | CA | ED | 1F | F | 0 | 7 | D0 | 43 | 4E |
| Octal | 243 | 312 | 355 | 37 | 17 | 0 | 7 | 320 | 103 | 116 |
| Binary | 10100011 | 11001010 | 11101101 | 11111 | 1111 | 0 | 111 | 11010000 | 1000011 | 1001110 |
Color Harmonies of #A3CAED
Complementary color
Monochromatic Colors of #A3CAED
Black with #A3CAED
Text Example
Text Example
White with #A3CAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAED; }
p { color: rgb(163,202,237); }
H1.HeaderClassName
{
color: #A3CAED;
}
.AnyTagClassName
{
color: #A3CAED;
}
</style>
background-color css
<style>
a { background-color: #A3CAED; }
a { background-color: rgb(163,202,237); }
div.DivClassName
{
background-color: #A3CAED;
}
.BgClassName
{
background-color: #A3CAED;
}
</style>
border-color css
<style>
span { border-color: #A3CAED; }
span { border-color: rgb(163,202,237); }
td.TdClassName
{
border-color: #A3CAED;
}
.TagClassName
{
border-color: #A3CAED;
}
</style>