Shades of Sail #9BCCFD
Tints of Sail #9BCCFD
RGB
CMYK
RGB Variations
Color information
#9BCCFD (or 0x9BCCFD) is known color: Sail. HEX triplet: 9B, CC and FD. RGB value is (155,204,253). Sum of RGB (Red+Green+Blue) = 155+204+253=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BCCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCFD is #643302. Grayscale: #C2C2C2. Windows color (decimal): -6566659 or 16632987. OLE color: 16632987.
HSL color Cylindrical-coordinate representation of color #9BCCFD: hue angle of 210º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BCCFD is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 204 | 253 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.01 |
| HSL | 210º | 0.96% | 0.8% | - |
| HSV(B) | 210º | 0.39% | 0.99% | - |
| XYZ | 52.84 | 57.25 | 101.19 | - |
| YUV | 194.94 | 160.77 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 253 | 0.39 | 0.19 | 0 | 0.01 | 210 | 0.96 | 0.8 |
| Hex | 9B | CC | FD | 27 | 13 | 0 | 1 | D2 | 60 | 50 |
| Octal | 233 | 314 | 375 | 47 | 23 | 0 | 1 | 322 | 140 | 120 |
| Binary | 10011011 | 11001100 | 11111101 | 100111 | 10011 | 0 | 1 | 11010010 | 1100000 | 1010000 |
Color Harmonies of #9BCCFD
Complementary color
Monochromatic Colors of #9BCCFD
Black with #9BCCFD
Text Example
Text Example
White with #9BCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCFD; }
p { color: rgb(155,204,253); }
H1.HeaderClassName
{
color: #9BCCFD;
}
.AnyTagClassName
{
color: #9BCCFD;
}
</style>
background-color css
<style>
a { background-color: #9BCCFD; }
a { background-color: rgb(155,204,253); }
div.DivClassName
{
background-color: #9BCCFD;
}
.BgClassName
{
background-color: #9BCCFD;
}
</style>
border-color css
<style>
span { border-color: #9BCCFD; }
span { border-color: rgb(155,204,253); }
td.TdClassName
{
border-color: #9BCCFD;
}
.TagClassName
{
border-color: #9BCCFD;
}
</style>