Shades of Sail #9CCBFB
Tints of Sail #9CCBFB
RGB
CMYK
RGB Variations
Color information
#9CCBFB (or 0x9CCBFB) is known color: Sail. HEX triplet: 9C, CB and FB. RGB value is (156,203,251). Sum of RGB (Red+Green+Blue) = 156+203+251=610 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.57% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CCBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCBFB is #633404. Grayscale: #C2C2C2. Windows color (decimal): -6501381 or 16501660. OLE color: 16501660.
HSL color Cylindrical-coordinate representation of color #9CCBFB: hue angle of 210.32º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CCBFB is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 203 | 251 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.02 |
| HSL | 210.32º | 0.92% | 0.8% | - |
| HSV(B) | 210.32º | 0.38% | 0.98% | - |
| XYZ | 52.48 | 56.74 | 99.45 | - |
| YUV | 194.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 251 | 0.38 | 0.19 | 0 | 0.02 | 210.32 | 0.92 | 0.8 |
| Hex | 9C | CB | FB | 26 | 13 | 0 | 2 | D2 | 5C | 50 |
| Octal | 234 | 313 | 373 | 46 | 23 | 0 | 2 | 322 | 134 | 120 |
| Binary | 10011100 | 11001011 | 11111011 | 100110 | 10011 | 0 | 10 | 11010010 | 1011100 | 1010000 |
Color Harmonies of #9CCBFB
Complementary color
Monochromatic Colors of #9CCBFB
Black with #9CCBFB
Text Example
Text Example
White with #9CCBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBFB; }
p { color: rgb(156,203,251); }
H1.HeaderClassName
{
color: #9CCBFB;
}
.AnyTagClassName
{
color: #9CCBFB;
}
</style>
background-color css
<style>
a { background-color: #9CCBFB; }
a { background-color: rgb(156,203,251); }
div.DivClassName
{
background-color: #9CCBFB;
}
.BgClassName
{
background-color: #9CCBFB;
}
</style>
border-color css
<style>
span { border-color: #9CCBFB; }
span { border-color: rgb(156,203,251); }
td.TdClassName
{
border-color: #9CCBFB;
}
.TagClassName
{
border-color: #9CCBFB;
}
</style>