Shades of Sail #A3CBEC
Tints of Sail #A3CBEC
RGB
CMYK
RGB Variations
Color information
#A3CBEC (or 0xA3CBEC) is known color: Sail. HEX triplet: A3, CB and EC. RGB value is (163,203,236). Sum of RGB (Red+Green+Blue) = 163+203+236=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3CBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBEC is #5C3413. Grayscale: #C2C2C2. Windows color (decimal): -6042644 or 15518627. OLE color: 15518627.
HSL color Cylindrical-coordinate representation of color #A3CBEC: hue angle of 207.12º degrees, saturation: 0.66, 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 #A3CBEC is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 203 | 236 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.07 |
| HSL | 207.12º | 0.66% | 0.78% | - |
| HSV(B) | 207.12º | 0.31% | 0.93% | - |
| XYZ | 51.6 | 56.55 | 87.55 | - |
| YUV | 194.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 236 | 0.31 | 0.14 | 0 | 0.07 | 207.12 | 0.66 | 0.78 |
| Hex | A3 | CB | EC | 1F | E | 0 | 7 | CF | 42 | 4E |
| Octal | 243 | 313 | 354 | 37 | 16 | 0 | 7 | 317 | 102 | 116 |
| Binary | 10100011 | 11001011 | 11101100 | 11111 | 1110 | 0 | 111 | 11001111 | 1000010 | 1001110 |
Color Harmonies of #A3CBEC
Complementary color
Monochromatic Colors of #A3CBEC
Black with #A3CBEC
Text Example
Text Example
White with #A3CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBEC; }
p { color: rgb(163,203,236); }
H1.HeaderClassName
{
color: #A3CBEC;
}
.AnyTagClassName
{
color: #A3CBEC;
}
</style>
background-color css
<style>
a { background-color: #A3CBEC; }
a { background-color: rgb(163,203,236); }
div.DivClassName
{
background-color: #A3CBEC;
}
.BgClassName
{
background-color: #A3CBEC;
}
</style>
border-color css
<style>
span { border-color: #A3CBEC; }
span { border-color: rgb(163,203,236); }
td.TdClassName
{
border-color: #A3CBEC;
}
.TagClassName
{
border-color: #A3CBEC;
}
</style>