Shades of Sail #9CCCFB
Tints of Sail #9CCCFB
RGB
CMYK
RGB Variations
Color information
#9CCCFB (or 0x9CCCFB) is known color: Sail. HEX triplet: 9C, CC and FB. RGB value is (156,204,251). Sum of RGB (Red+Green+Blue) = 156+204+251=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CCCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCFB is #633304. Grayscale: #C2C2C2. Windows color (decimal): -6501125 or 16501916. OLE color: 16501916.
HSL color Cylindrical-coordinate representation of color #9CCCFB: hue angle of 209.68º 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 #9CCCFB is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 204 | 251 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.02 |
| HSL | 209.68º | 0.92% | 0.8% | - |
| HSV(B) | 209.68º | 0.38% | 0.98% | - |
| XYZ | 52.72 | 57.22 | 99.53 | - |
| YUV | 195.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 251 | 0.38 | 0.19 | 0 | 0.02 | 209.68 | 0.92 | 0.8 |
| Hex | 9C | CC | FB | 26 | 13 | 0 | 2 | D2 | 5C | 50 |
| Octal | 234 | 314 | 373 | 46 | 23 | 0 | 2 | 322 | 134 | 120 |
| Binary | 10011100 | 11001100 | 11111011 | 100110 | 10011 | 0 | 10 | 11010010 | 1011100 | 1010000 |
Color Harmonies of #9CCCFB
Complementary color
Monochromatic Colors of #9CCCFB
Black with #9CCCFB
Text Example
Text Example
White with #9CCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCFB; }
p { color: rgb(156,204,251); }
H1.HeaderClassName
{
color: #9CCCFB;
}
.AnyTagClassName
{
color: #9CCCFB;
}
</style>
background-color css
<style>
a { background-color: #9CCCFB; }
a { background-color: rgb(156,204,251); }
div.DivClassName
{
background-color: #9CCCFB;
}
.BgClassName
{
background-color: #9CCCFB;
}
</style>
border-color css
<style>
span { border-color: #9CCCFB; }
span { border-color: rgb(156,204,251); }
td.TdClassName
{
border-color: #9CCCFB;
}
.TagClassName
{
border-color: #9CCCFB;
}
</style>