Shades of Sail #9BC9EE
Tints of Sail #9BC9EE
RGB
CMYK
RGB Variations
Color information
#9BC9EE (or 0x9BC9EE) is known color: Sail. HEX triplet: 9B, C9 and EE. RGB value is (155,201,238). Sum of RGB (Red+Green+Blue) = 155+201+238=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BC9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC9EE is #643611. Grayscale: #BFBFBF. Windows color (decimal): -6567442 or 15649179. OLE color: 15649179.
HSL color Cylindrical-coordinate representation of color #9BC9EE: hue angle of 206.75º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BC9EE is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 201 | 238 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.07 |
| HSL | 206.75º | 0.71% | 0.77% | - |
| HSV(B) | 206.75º | 0.35% | 0.93% | - |
| XYZ | 49.84 | 54.91 | 88.86 | - |
| YUV | 191.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 238 | 0.35 | 0.16 | 0 | 0.07 | 206.75 | 0.71 | 0.77 |
| Hex | 9B | C9 | EE | 23 | 10 | 0 | 7 | CF | 47 | 4D |
| Octal | 233 | 311 | 356 | 43 | 20 | 0 | 7 | 317 | 107 | 115 |
| Binary | 10011011 | 11001001 | 11101110 | 100011 | 10000 | 0 | 111 | 11001111 | 1000111 | 1001101 |
Color Harmonies of #9BC9EE
Complementary color
Monochromatic Colors of #9BC9EE
Black with #9BC9EE
Text Example
Text Example
White with #9BC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC9EE; }
p { color: rgb(155,201,238); }
H1.HeaderClassName
{
color: #9BC9EE;
}
.AnyTagClassName
{
color: #9BC9EE;
}
</style>
background-color css
<style>
a { background-color: #9BC9EE; }
a { background-color: rgb(155,201,238); }
div.DivClassName
{
background-color: #9BC9EE;
}
.BgClassName
{
background-color: #9BC9EE;
}
</style>
border-color css
<style>
span { border-color: #9BC9EE; }
span { border-color: rgb(155,201,238); }
td.TdClassName
{
border-color: #9BC9EE;
}
.TagClassName
{
border-color: #9BC9EE;
}
</style>