Shades of Sail #9BC1EE
Tints of Sail #9BC1EE
RGB
CMYK
RGB Variations
Color information
#9BC1EE (or 0x9BC1EE) is known color: Sail. HEX triplet: 9B, C1 and EE. RGB value is (155,193,238). Sum of RGB (Red+Green+Blue) = 155+193+238=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BC1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC1EE is #643E11. Grayscale: #BABABA. Windows color (decimal): -6569490 or 15647131. OLE color: 15647131.
HSL color Cylindrical-coordinate representation of color #9BC1EE: hue angle of 212.53º 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 #9BC1EE is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 193 | 238 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.07 |
| HSL | 212.53º | 0.71% | 0.77% | - |
| HSV(B) | 212.53º | 0.35% | 0.93% | - |
| XYZ | 48.02 | 51.28 | 88.26 | - |
| YUV | 186.77 | 156.91 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 238 | 0.35 | 0.19 | 0 | 0.07 | 212.53 | 0.71 | 0.77 |
| Hex | 9B | C1 | EE | 23 | 13 | 0 | 7 | D5 | 47 | 4D |
| Octal | 233 | 301 | 356 | 43 | 23 | 0 | 7 | 325 | 107 | 115 |
| Binary | 10011011 | 11000001 | 11101110 | 100011 | 10011 | 0 | 111 | 11010101 | 1000111 | 1001101 |
Color Harmonies of #9BC1EE
Complementary color
Monochromatic Colors of #9BC1EE
Black with #9BC1EE
Text Example
Text Example
White with #9BC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC1EE; }
p { color: rgb(155,193,238); }
H1.HeaderClassName
{
color: #9BC1EE;
}
.AnyTagClassName
{
color: #9BC1EE;
}
</style>
background-color css
<style>
a { background-color: #9BC1EE; }
a { background-color: rgb(155,193,238); }
div.DivClassName
{
background-color: #9BC1EE;
}
.BgClassName
{
background-color: #9BC1EE;
}
</style>
border-color css
<style>
span { border-color: #9BC1EE; }
span { border-color: rgb(155,193,238); }
td.TdClassName
{
border-color: #9BC1EE;
}
.TagClassName
{
border-color: #9BC1EE;
}
</style>