Shades of Sail #9BCDFA
Tints of Sail #9BCDFA
RGB
CMYK
RGB Variations
Color information
#9BCDFA (or 0x9BCDFA) is known color: Sail. HEX triplet: 9B, CD and FA. RGB value is (155,205,250). Sum of RGB (Red+Green+Blue) = 155+205+250=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BCDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDFA is #643205. Grayscale: #C2C2C2. Windows color (decimal): -6566406 or 16436635. OLE color: 16436635.
HSL color Cylindrical-coordinate representation of color #9BCDFA: hue angle of 208.42º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BCDFA is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 205 | 250 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.02 |
| HSL | 208.42º | 0.9% | 0.79% | - |
| HSV(B) | 208.42º | 0.38% | 0.98% | - |
| XYZ | 52.6 | 57.53 | 98.77 | - |
| YUV | 195.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 250 | 0.38 | 0.18 | 0 | 0.02 | 208.42 | 0.9 | 0.79 |
| Hex | 9B | CD | FA | 26 | 12 | 0 | 2 | D0 | 5A | 4F |
| Octal | 233 | 315 | 372 | 46 | 22 | 0 | 2 | 320 | 132 | 117 |
| Binary | 10011011 | 11001101 | 11111010 | 100110 | 10010 | 0 | 10 | 11010000 | 1011010 | 1001111 |
Color Harmonies of #9BCDFA
Complementary color
Monochromatic Colors of #9BCDFA
Black with #9BCDFA
Text Example
Text Example
White with #9BCDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDFA; }
p { color: rgb(155,205,250); }
H1.HeaderClassName
{
color: #9BCDFA;
}
.AnyTagClassName
{
color: #9BCDFA;
}
</style>
background-color css
<style>
a { background-color: #9BCDFA; }
a { background-color: rgb(155,205,250); }
div.DivClassName
{
background-color: #9BCDFA;
}
.BgClassName
{
background-color: #9BCDFA;
}
</style>
border-color css
<style>
span { border-color: #9BCDFA; }
span { border-color: rgb(155,205,250); }
td.TdClassName
{
border-color: #9BCDFA;
}
.TagClassName
{
border-color: #9BCDFA;
}
</style>