Shades of Sail #9BCDF1
Tints of Sail #9BCDF1
RGB
CMYK
RGB Variations
Color information
#9BCDF1 (or 0x9BCDF1) is known color: Sail. HEX triplet: 9B, CD and F1. RGB value is (155,205,241). Sum of RGB (Red+Green+Blue) = 155+205+241=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BCDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDF1 is #64320E. Grayscale: #C1C1C1. Windows color (decimal): -6566415 or 15846811. OLE color: 15846811.
HSL color Cylindrical-coordinate representation of color #9BCDF1: hue angle of 205.12º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BCDF1 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 205 | 241 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.05 |
| HSL | 205.12º | 0.75% | 0.78% | - |
| HSV(B) | 205.12º | 0.36% | 0.95% | - |
| XYZ | 51.23 | 56.98 | 91.52 | - |
| YUV | 194.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 241 | 0.36 | 0.15 | 0 | 0.05 | 205.12 | 0.75 | 0.78 |
| Hex | 9B | CD | F1 | 24 | F | 0 | 5 | CD | 4B | 4E |
| Octal | 233 | 315 | 361 | 44 | 17 | 0 | 5 | 315 | 113 | 116 |
| Binary | 10011011 | 11001101 | 11110001 | 100100 | 1111 | 0 | 101 | 11001101 | 1001011 | 1001110 |
Color Harmonies of #9BCDF1
Complementary color
Monochromatic Colors of #9BCDF1
Black with #9BCDF1
Text Example
Text Example
White with #9BCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDF1; }
p { color: rgb(155,205,241); }
H1.HeaderClassName
{
color: #9BCDF1;
}
.AnyTagClassName
{
color: #9BCDF1;
}
</style>
background-color css
<style>
a { background-color: #9BCDF1; }
a { background-color: rgb(155,205,241); }
div.DivClassName
{
background-color: #9BCDF1;
}
.BgClassName
{
background-color: #9BCDF1;
}
</style>
border-color css
<style>
span { border-color: #9BCDF1; }
span { border-color: rgb(155,205,241); }
td.TdClassName
{
border-color: #9BCDF1;
}
.TagClassName
{
border-color: #9BCDF1;
}
</style>