Shades of Sail #9DCBEE
Tints of Sail #9DCBEE
RGB
CMYK
RGB Variations
Color information
#9DCBEE (or 0x9DCBEE) is known color: Sail. HEX triplet: 9D, CB and EE. RGB value is (157,203,238). Sum of RGB (Red+Green+Blue) = 157+203+238=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DCBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBEE is #623411. Grayscale: #C1C1C1. Windows color (decimal): -6435858 or 15649693. OLE color: 15649693.
HSL color Cylindrical-coordinate representation of color #9DCBEE: hue angle of 205.93º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DCBEE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 203 | 238 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.07 |
| HSL | 205.93º | 0.7% | 0.77% | - |
| HSV(B) | 205.93º | 0.34% | 0.93% | - |
| XYZ | 50.69 | 56.05 | 89.04 | - |
| YUV | 193.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 238 | 0.34 | 0.15 | 0 | 0.07 | 205.93 | 0.7 | 0.77 |
| Hex | 9D | CB | EE | 22 | F | 0 | 7 | CE | 46 | 4D |
| Octal | 235 | 313 | 356 | 42 | 17 | 0 | 7 | 316 | 106 | 115 |
| Binary | 10011101 | 11001011 | 11101110 | 100010 | 1111 | 0 | 111 | 11001110 | 1000110 | 1001101 |
Color Harmonies of #9DCBEE
Complementary color
Monochromatic Colors of #9DCBEE
Black with #9DCBEE
Text Example
Text Example
White with #9DCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBEE; }
p { color: rgb(157,203,238); }
H1.HeaderClassName
{
color: #9DCBEE;
}
.AnyTagClassName
{
color: #9DCBEE;
}
</style>
background-color css
<style>
a { background-color: #9DCBEE; }
a { background-color: rgb(157,203,238); }
div.DivClassName
{
background-color: #9DCBEE;
}
.BgClassName
{
background-color: #9DCBEE;
}
</style>
border-color css
<style>
span { border-color: #9DCBEE; }
span { border-color: rgb(157,203,238); }
td.TdClassName
{
border-color: #9DCBEE;
}
.TagClassName
{
border-color: #9DCBEE;
}
</style>