Shades of Regent St Blue #9BCEE0
Tints of Regent St Blue #9BCEE0
RGB
CMYK
RGB Variations
Color information
#9BCEE0 (or 0x9BCEE0) is known color: Regent St Blue. HEX triplet: 9B, CE and E0. RGB value is (155,206,224). Sum of RGB (Red+Green+Blue) = 155+206+224=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BCEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEE0 is #64311F. Grayscale: #C0C0C0. Windows color (decimal): -6566176 or 14732955. OLE color: 14732955.
HSL color Cylindrical-coordinate representation of color #9BCEE0: hue angle of 195.65º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BCEE0 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 206 | 224 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.12 |
| HSL | 195.65º | 0.53% | 0.74% | - |
| HSV(B) | 195.65º | 0.31% | 0.88% | - |
| XYZ | 49.04 | 56.49 | 78.84 | - |
| YUV | 192.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 224 | 0.31 | 0.08 | 0 | 0.12 | 195.65 | 0.53 | 0.74 |
| Hex | 9B | CE | E0 | 1F | 8 | 0 | C | C4 | 35 | 4A |
| Octal | 233 | 316 | 340 | 37 | 10 | 0 | 14 | 304 | 65 | 112 |
| Binary | 10011011 | 11001110 | 11100000 | 11111 | 1000 | 0 | 1100 | 11000100 | 110101 | 1001010 |
Color Harmonies of #9BCEE0
Complementary color
Monochromatic Colors of #9BCEE0
Black with #9BCEE0
Text Example
Text Example
White with #9BCEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEE0; }
p { color: rgb(155,206,224); }
H1.HeaderClassName
{
color: #9BCEE0;
}
.AnyTagClassName
{
color: #9BCEE0;
}
</style>
background-color css
<style>
a { background-color: #9BCEE0; }
a { background-color: rgb(155,206,224); }
div.DivClassName
{
background-color: #9BCEE0;
}
.BgClassName
{
background-color: #9BCEE0;
}
</style>
border-color css
<style>
span { border-color: #9BCEE0; }
span { border-color: rgb(155,206,224); }
td.TdClassName
{
border-color: #9BCEE0;
}
.TagClassName
{
border-color: #9BCEE0;
}
</style>