Shades of Sail #9BCDFC
Tints of Sail #9BCDFC
RGB
CMYK
RGB Variations
Color information
#9BCDFC (or 0x9BCDFC) is known color: Sail. HEX triplet: 9B, CD and FC. RGB value is (155,205,252). Sum of RGB (Red+Green+Blue) = 155+205+252=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BCDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDFC is #643203. Grayscale: #C3C3C3. Windows color (decimal): -6566404 or 16567707. OLE color: 16567707.
HSL color Cylindrical-coordinate representation of color #9BCDFC: hue angle of 209.07º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BCDFC is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 205 | 252 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.01 |
| HSL | 209.07º | 0.94% | 0.8% | - |
| HSV(B) | 209.07º | 0.38% | 0.99% | - |
| XYZ | 52.92 | 57.66 | 100.44 | - |
| YUV | 195.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 252 | 0.38 | 0.19 | 0 | 0.01 | 209.07 | 0.94 | 0.8 |
| Hex | 9B | CD | FC | 26 | 13 | 0 | 1 | D1 | 5E | 50 |
| Octal | 233 | 315 | 374 | 46 | 23 | 0 | 1 | 321 | 136 | 120 |
| Binary | 10011011 | 11001101 | 11111100 | 100110 | 10011 | 0 | 1 | 11010001 | 1011110 | 1010000 |
Color Harmonies of #9BCDFC
Complementary color
Monochromatic Colors of #9BCDFC
Black with #9BCDFC
Text Example
Text Example
White with #9BCDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDFC; }
p { color: rgb(155,205,252); }
H1.HeaderClassName
{
color: #9BCDFC;
}
.AnyTagClassName
{
color: #9BCDFC;
}
</style>
background-color css
<style>
a { background-color: #9BCDFC; }
a { background-color: rgb(155,205,252); }
div.DivClassName
{
background-color: #9BCDFC;
}
.BgClassName
{
background-color: #9BCDFC;
}
</style>
border-color css
<style>
span { border-color: #9BCDFC; }
span { border-color: rgb(155,205,252); }
td.TdClassName
{
border-color: #9BCDFC;
}
.TagClassName
{
border-color: #9BCDFC;
}
</style>