Shades of Sail #A3CBEF
Tints of Sail #A3CBEF
RGB
CMYK
RGB Variations
Color information
#A3CBEF (or 0xA3CBEF) is known color: Sail. HEX triplet: A3, CB and EF. RGB value is (163,203,239). Sum of RGB (Red+Green+Blue) = 163+203+239=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #A3CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBEF is #5C3410. Grayscale: #C2C2C2. Windows color (decimal): -6042641 or 15715235. OLE color: 15715235.
HSL color Cylindrical-coordinate representation of color #A3CBEF: hue angle of 208.42º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3CBEF is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 203 | 239 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.06 |
| HSL | 208.42º | 0.7% | 0.79% | - |
| HSV(B) | 208.42º | 0.32% | 0.94% | - |
| XYZ | 52.04 | 56.73 | 89.87 | - |
| YUV | 195.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 239 | 0.32 | 0.15 | 0 | 0.06 | 208.42 | 0.7 | 0.79 |
| Hex | A3 | CB | EF | 20 | F | 0 | 6 | D0 | 46 | 4F |
| Octal | 243 | 313 | 357 | 40 | 17 | 0 | 6 | 320 | 106 | 117 |
| Binary | 10100011 | 11001011 | 11101111 | 100000 | 1111 | 0 | 110 | 11010000 | 1000110 | 1001111 |
Color Harmonies of #A3CBEF
Complementary color
Monochromatic Colors of #A3CBEF
Black with #A3CBEF
Text Example
Text Example
White with #A3CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBEF; }
p { color: rgb(163,203,239); }
H1.HeaderClassName
{
color: #A3CBEF;
}
.AnyTagClassName
{
color: #A3CBEF;
}
</style>
background-color css
<style>
a { background-color: #A3CBEF; }
a { background-color: rgb(163,203,239); }
div.DivClassName
{
background-color: #A3CBEF;
}
.BgClassName
{
background-color: #A3CBEF;
}
</style>
border-color css
<style>
span { border-color: #A3CBEF; }
span { border-color: rgb(163,203,239); }
td.TdClassName
{
border-color: #A3CBEF;
}
.TagClassName
{
border-color: #A3CBEF;
}
</style>