Shades of Regent St Blue #9BCFE0
Tints of Regent St Blue #9BCFE0
RGB
CMYK
RGB Variations
Color information
#9BCFE0 (or 0x9BCFE0) is known color: Regent St Blue. HEX triplet: 9B, CF and E0. RGB value is (155,207,224). Sum of RGB (Red+Green+Blue) = 155+207+224=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BCFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFE0 is #64301F. Grayscale: #C1C1C1. Windows color (decimal): -6565920 or 14733211. OLE color: 14733211.
HSL color Cylindrical-coordinate representation of color #9BCFE0: hue angle of 194.78º 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 #9BCFE0 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 207 | 224 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.12 |
| HSL | 194.78º | 0.53% | 0.74% | - |
| HSV(B) | 194.78º | 0.31% | 0.88% | - |
| XYZ | 49.28 | 56.98 | 78.92 | - |
| YUV | 193.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 224 | 0.31 | 0.08 | 0 | 0.12 | 194.78 | 0.53 | 0.74 |
| Hex | 9B | CF | E0 | 1F | 8 | 0 | C | C3 | 35 | 4A |
| Octal | 233 | 317 | 340 | 37 | 10 | 0 | 14 | 303 | 65 | 112 |
| Binary | 10011011 | 11001111 | 11100000 | 11111 | 1000 | 0 | 1100 | 11000011 | 110101 | 1001010 |
Color Harmonies of #9BCFE0
Complementary color
Monochromatic Colors of #9BCFE0
Black with #9BCFE0
Text Example
Text Example
White with #9BCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFE0; }
p { color: rgb(155,207,224); }
H1.HeaderClassName
{
color: #9BCFE0;
}
.AnyTagClassName
{
color: #9BCFE0;
}
</style>
background-color css
<style>
a { background-color: #9BCFE0; }
a { background-color: rgb(155,207,224); }
div.DivClassName
{
background-color: #9BCFE0;
}
.BgClassName
{
background-color: #9BCFE0;
}
</style>
border-color css
<style>
span { border-color: #9BCFE0; }
span { border-color: rgb(155,207,224); }
td.TdClassName
{
border-color: #9BCFE0;
}
.TagClassName
{
border-color: #9BCFE0;
}
</style>