Shades of Sail #A3CBEB
Tints of Sail #A3CBEB
RGB
CMYK
RGB Variations
Color information
#A3CBEB (or 0xA3CBEB) is known color: Sail. HEX triplet: A3, CB and EB. RGB value is (163,203,235). Sum of RGB (Red+Green+Blue) = 163+203+235=601 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.12% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBEB is #5C3414. Grayscale: #C2C2C2. Windows color (decimal): -6042645 or 15453091. OLE color: 15453091.
HSL color Cylindrical-coordinate representation of color #A3CBEB: hue angle of 206.67º 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 #A3CBEB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 203 | 235 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.08 |
| HSL | 206.67º | 0.64% | 0.78% | - |
| HSV(B) | 206.67º | 0.31% | 0.92% | - |
| XYZ | 51.46 | 56.5 | 86.79 | - |
| YUV | 194.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 235 | 0.31 | 0.14 | 0 | 0.08 | 206.67 | 0.64 | 0.78 |
| Hex | A3 | CB | EB | 1F | E | 0 | 8 | CF | 40 | 4E |
| Octal | 243 | 313 | 353 | 37 | 16 | 0 | 10 | 317 | 100 | 116 |
| Binary | 10100011 | 11001011 | 11101011 | 11111 | 1110 | 0 | 1000 | 11001111 | 1000000 | 1001110 |
Color Harmonies of #A3CBEB
Complementary color
Monochromatic Colors of #A3CBEB
Black with #A3CBEB
Text Example
Text Example
White with #A3CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBEB; }
p { color: rgb(163,203,235); }
H1.HeaderClassName
{
color: #A3CBEB;
}
.AnyTagClassName
{
color: #A3CBEB;
}
</style>
background-color css
<style>
a { background-color: #A3CBEB; }
a { background-color: rgb(163,203,235); }
div.DivClassName
{
background-color: #A3CBEB;
}
.BgClassName
{
background-color: #A3CBEB;
}
</style>
border-color css
<style>
span { border-color: #A3CBEB; }
span { border-color: rgb(163,203,235); }
td.TdClassName
{
border-color: #A3CBEB;
}
.TagClassName
{
border-color: #A3CBEB;
}
</style>