Shades of Sail #A3CBF0
Tints of Sail #A3CBF0
RGB
CMYK
RGB Variations
Color information
#A3CBF0 (or 0xA3CBF0) is known color: Sail. HEX triplet: A3, CB and F0. RGB value is (163,203,240). Sum of RGB (Red+Green+Blue) = 163+203+240=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #A3CBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBF0 is #5C340F. Grayscale: #C3C3C3. Windows color (decimal): -6042640 or 15780771. OLE color: 15780771.
HSL color Cylindrical-coordinate representation of color #A3CBF0: hue angle of 208.83º degrees, saturation: 0.72, 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 #A3CBF0 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 203 | 240 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.06 |
| HSL | 208.83º | 0.72% | 0.79% | - |
| HSV(B) | 208.83º | 0.32% | 0.94% | - |
| XYZ | 52.19 | 56.79 | 90.65 | - |
| YUV | 195.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 240 | 0.32 | 0.15 | 0 | 0.06 | 208.83 | 0.72 | 0.79 |
| Hex | A3 | CB | F0 | 20 | F | 0 | 6 | D1 | 48 | 4F |
| Octal | 243 | 313 | 360 | 40 | 17 | 0 | 6 | 321 | 110 | 117 |
| Binary | 10100011 | 11001011 | 11110000 | 100000 | 1111 | 0 | 110 | 11010001 | 1001000 | 1001111 |
Color Harmonies of #A3CBF0
Complementary color
Monochromatic Colors of #A3CBF0
Black with #A3CBF0
Text Example
Text Example
White with #A3CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBF0; }
p { color: rgb(163,203,240); }
H1.HeaderClassName
{
color: #A3CBF0;
}
.AnyTagClassName
{
color: #A3CBF0;
}
</style>
background-color css
<style>
a { background-color: #A3CBF0; }
a { background-color: rgb(163,203,240); }
div.DivClassName
{
background-color: #A3CBF0;
}
.BgClassName
{
background-color: #A3CBF0;
}
</style>
border-color css
<style>
span { border-color: #A3CBF0; }
span { border-color: rgb(163,203,240); }
td.TdClassName
{
border-color: #A3CBF0;
}
.TagClassName
{
border-color: #A3CBF0;
}
</style>