Shades of Sail #9DCCFB
Tints of Sail #9DCCFB
RGB
CMYK
RGB Variations
Color information
#9DCCFB (or 0x9DCCFB) is known color: Sail. HEX triplet: 9D, CC and FB. RGB value is (157,204,251). Sum of RGB (Red+Green+Blue) = 157+204+251=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DCCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCFB is #623304. Grayscale: #C3C3C3. Windows color (decimal): -6435589 or 16501917. OLE color: 16501917.
HSL color Cylindrical-coordinate representation of color #9DCCFB: hue angle of 210º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DCCFB is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 204 | 251 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.02 |
| HSL | 210º | 0.92% | 0.8% | - |
| HSV(B) | 210º | 0.37% | 0.98% | - |
| XYZ | 52.91 | 57.32 | 99.54 | - |
| YUV | 195.31 | 159.43 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 251 | 0.37 | 0.19 | 0 | 0.02 | 210 | 0.92 | 0.8 |
| Hex | 9D | CC | FB | 25 | 13 | 0 | 2 | D2 | 5C | 50 |
| Octal | 235 | 314 | 373 | 45 | 23 | 0 | 2 | 322 | 134 | 120 |
| Binary | 10011101 | 11001100 | 11111011 | 100101 | 10011 | 0 | 10 | 11010010 | 1011100 | 1010000 |
Color Harmonies of #9DCCFB
Complementary color
Monochromatic Colors of #9DCCFB
Black with #9DCCFB
Text Example
Text Example
White with #9DCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCCFB; }
p { color: rgb(157,204,251); }
H1.HeaderClassName
{
color: #9DCCFB;
}
.AnyTagClassName
{
color: #9DCCFB;
}
</style>
background-color css
<style>
a { background-color: #9DCCFB; }
a { background-color: rgb(157,204,251); }
div.DivClassName
{
background-color: #9DCCFB;
}
.BgClassName
{
background-color: #9DCCFB;
}
</style>
border-color css
<style>
span { border-color: #9DCCFB; }
span { border-color: rgb(157,204,251); }
td.TdClassName
{
border-color: #9DCCFB;
}
.TagClassName
{
border-color: #9DCCFB;
}
</style>