Shades of Sail #A3CBED
Tints of Sail #A3CBED
RGB
CMYK
RGB Variations
Color information
#A3CBED (or 0xA3CBED) is known color: Sail. HEX triplet: A3, CB and ED. RGB value is (163,203,237). Sum of RGB (Red+Green+Blue) = 163+203+237=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBED is #5C3412. Grayscale: #C2C2C2. Windows color (decimal): -6042643 or 15584163. OLE color: 15584163.
HSL color Cylindrical-coordinate representation of color #A3CBED: hue angle of 207.57º 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 #A3CBED is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 203 | 237 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.07 |
| HSL | 207.57º | 0.67% | 0.78% | - |
| HSV(B) | 207.57º | 0.31% | 0.93% | - |
| XYZ | 51.75 | 56.61 | 88.32 | - |
| YUV | 194.92 | 151.75 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 237 | 0.31 | 0.14 | 0 | 0.07 | 207.57 | 0.67 | 0.78 |
| Hex | A3 | CB | ED | 1F | E | 0 | 7 | D0 | 43 | 4E |
| Octal | 243 | 313 | 355 | 37 | 16 | 0 | 7 | 320 | 103 | 116 |
| Binary | 10100011 | 11001011 | 11101101 | 11111 | 1110 | 0 | 111 | 11010000 | 1000011 | 1001110 |
Color Harmonies of #A3CBED
Complementary color
Monochromatic Colors of #A3CBED
Black with #A3CBED
Text Example
Text Example
White with #A3CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBED; }
p { color: rgb(163,203,237); }
H1.HeaderClassName
{
color: #A3CBED;
}
.AnyTagClassName
{
color: #A3CBED;
}
</style>
background-color css
<style>
a { background-color: #A3CBED; }
a { background-color: rgb(163,203,237); }
div.DivClassName
{
background-color: #A3CBED;
}
.BgClassName
{
background-color: #A3CBED;
}
</style>
border-color css
<style>
span { border-color: #A3CBED; }
span { border-color: rgb(163,203,237); }
td.TdClassName
{
border-color: #A3CBED;
}
.TagClassName
{
border-color: #A3CBED;
}
</style>