Shades of Sail #9BCDF3
Tints of Sail #9BCDF3
RGB
CMYK
RGB Variations
Color information
#9BCDF3 (or 0x9BCDF3) is known color: Sail. HEX triplet: 9B, CD and F3. RGB value is (155,205,243). Sum of RGB (Red+Green+Blue) = 155+205+243=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BCDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDF3 is #64320C. Grayscale: #C2C2C2. Windows color (decimal): -6566413 or 15977883. OLE color: 15977883.
HSL color Cylindrical-coordinate representation of color #9BCDF3: hue angle of 205.91º degrees, saturation: 0.79, 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 #9BCDF3 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 205 | 243 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.05 |
| HSL | 205.91º | 0.79% | 0.78% | - |
| HSV(B) | 205.91º | 0.36% | 0.95% | - |
| XYZ | 51.53 | 57.1 | 93.1 | - |
| YUV | 194.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 243 | 0.36 | 0.16 | 0 | 0.05 | 205.91 | 0.79 | 0.78 |
| Hex | 9B | CD | F3 | 24 | 10 | 0 | 5 | CE | 4F | 4E |
| Octal | 233 | 315 | 363 | 44 | 20 | 0 | 5 | 316 | 117 | 116 |
| Binary | 10011011 | 11001101 | 11110011 | 100100 | 10000 | 0 | 101 | 11001110 | 1001111 | 1001110 |
Color Harmonies of #9BCDF3
Complementary color
Monochromatic Colors of #9BCDF3
Black with #9BCDF3
Text Example
Text Example
White with #9BCDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDF3; }
p { color: rgb(155,205,243); }
H1.HeaderClassName
{
color: #9BCDF3;
}
.AnyTagClassName
{
color: #9BCDF3;
}
</style>
background-color css
<style>
a { background-color: #9BCDF3; }
a { background-color: rgb(155,205,243); }
div.DivClassName
{
background-color: #9BCDF3;
}
.BgClassName
{
background-color: #9BCDF3;
}
</style>
border-color css
<style>
span { border-color: #9BCDF3; }
span { border-color: rgb(155,205,243); }
td.TdClassName
{
border-color: #9BCDF3;
}
.TagClassName
{
border-color: #9BCDF3;
}
</style>