Shades of Sail #9BC8EE
Tints of Sail #9BC8EE
RGB
CMYK
RGB Variations
Color information
#9BC8EE (or 0x9BC8EE) is known color: Sail. HEX triplet: 9B, C8 and EE. RGB value is (155,200,238). Sum of RGB (Red+Green+Blue) = 155+200+238=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BC8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC8EE is #643711. Grayscale: #BEBEBE. Windows color (decimal): -6567698 or 15648923. OLE color: 15648923.
HSL color Cylindrical-coordinate representation of color #9BC8EE: hue angle of 207.47º 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 #9BC8EE is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 200 | 238 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.07 |
| HSL | 207.47º | 0.71% | 0.77% | - |
| HSV(B) | 207.47º | 0.35% | 0.93% | - |
| XYZ | 49.6 | 54.45 | 88.78 | - |
| YUV | 190.88 | 154.59 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 238 | 0.35 | 0.16 | 0 | 0.07 | 207.47 | 0.71 | 0.77 |
| Hex | 9B | C8 | EE | 23 | 10 | 0 | 7 | CF | 47 | 4D |
| Octal | 233 | 310 | 356 | 43 | 20 | 0 | 7 | 317 | 107 | 115 |
| Binary | 10011011 | 11001000 | 11101110 | 100011 | 10000 | 0 | 111 | 11001111 | 1000111 | 1001101 |
Color Harmonies of #9BC8EE
Complementary color
Monochromatic Colors of #9BC8EE
Black with #9BC8EE
Text Example
Text Example
White with #9BC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC8EE; }
p { color: rgb(155,200,238); }
H1.HeaderClassName
{
color: #9BC8EE;
}
.AnyTagClassName
{
color: #9BC8EE;
}
</style>
background-color css
<style>
a { background-color: #9BC8EE; }
a { background-color: rgb(155,200,238); }
div.DivClassName
{
background-color: #9BC8EE;
}
.BgClassName
{
background-color: #9BC8EE;
}
</style>
border-color css
<style>
span { border-color: #9BC8EE; }
span { border-color: rgb(155,200,238); }
td.TdClassName
{
border-color: #9BC8EE;
}
.TagClassName
{
border-color: #9BC8EE;
}
</style>