Shades of Sail #9ACBF1
Tints of Sail #9ACBF1
RGB
CMYK
RGB Variations
Color information
#9ACBF1 (or 0x9ACBF1) is known color: Sail. HEX triplet: 9A, CB and F1. RGB value is (154,203,241). Sum of RGB (Red+Green+Blue) = 154+203+241=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ACBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACBF1 is #65340E. Grayscale: #C0C0C0. Windows color (decimal): -6632463 or 15846298. OLE color: 15846298.
HSL color Cylindrical-coordinate representation of color #9ACBF1: hue angle of 206.21º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ACBF1 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 203 | 241 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.05 |
| HSL | 206.21º | 0.76% | 0.77% | - |
| HSV(B) | 206.21º | 0.36% | 0.95% | - |
| XYZ | 50.56 | 55.93 | 91.35 | - |
| YUV | 192.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 241 | 0.36 | 0.16 | 0 | 0.05 | 206.21 | 0.76 | 0.77 |
| Hex | 9A | CB | F1 | 24 | 10 | 0 | 5 | CE | 4C | 4D |
| Octal | 232 | 313 | 361 | 44 | 20 | 0 | 5 | 316 | 114 | 115 |
| Binary | 10011010 | 11001011 | 11110001 | 100100 | 10000 | 0 | 101 | 11001110 | 1001100 | 1001101 |
Color Harmonies of #9ACBF1
Complementary color
Monochromatic Colors of #9ACBF1
Black with #9ACBF1
Text Example
Text Example
White with #9ACBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACBF1; }
p { color: rgb(154,203,241); }
H1.HeaderClassName
{
color: #9ACBF1;
}
.AnyTagClassName
{
color: #9ACBF1;
}
</style>
background-color css
<style>
a { background-color: #9ACBF1; }
a { background-color: rgb(154,203,241); }
div.DivClassName
{
background-color: #9ACBF1;
}
.BgClassName
{
background-color: #9ACBF1;
}
</style>
border-color css
<style>
span { border-color: #9ACBF1; }
span { border-color: rgb(154,203,241); }
td.TdClassName
{
border-color: #9ACBF1;
}
.TagClassName
{
border-color: #9ACBF1;
}
</style>