Shades of Regent St Blue #9BCEDA
Tints of Regent St Blue #9BCEDA
RGB
CMYK
RGB Variations
Color information
#9BCEDA (or 0x9BCEDA) is known color: Regent St Blue. HEX triplet: 9B, CE and DA. RGB value is (155,206,218). Sum of RGB (Red+Green+Blue) = 155+206+218=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BCEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEDA is #643125. Grayscale: #C0C0C0. Windows color (decimal): -6566182 or 14339739. OLE color: 14339739.
HSL color Cylindrical-coordinate representation of color #9BCEDA: hue angle of 191.43º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BCEDA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 206 | 218 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.15 |
| HSL | 191.43º | 0.46% | 0.73% | - |
| HSV(B) | 191.43º | 0.29% | 0.85% | - |
| XYZ | 48.24 | 56.17 | 74.63 | - |
| YUV | 192.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 218 | 0.29 | 0.06 | 0 | 0.15 | 191.43 | 0.46 | 0.73 |
| Hex | 9B | CE | DA | 1D | 6 | 0 | F | BF | 2E | 49 |
| Octal | 233 | 316 | 332 | 35 | 6 | 0 | 17 | 277 | 56 | 111 |
| Binary | 10011011 | 11001110 | 11011010 | 11101 | 110 | 0 | 1111 | 10111111 | 101110 | 1001001 |
Color Harmonies of #9BCEDA
Complementary color
Monochromatic Colors of #9BCEDA
Black with #9BCEDA
Text Example
Text Example
White with #9BCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEDA; }
p { color: rgb(155,206,218); }
H1.HeaderClassName
{
color: #9BCEDA;
}
.AnyTagClassName
{
color: #9BCEDA;
}
</style>
background-color css
<style>
a { background-color: #9BCEDA; }
a { background-color: rgb(155,206,218); }
div.DivClassName
{
background-color: #9BCEDA;
}
.BgClassName
{
background-color: #9BCEDA;
}
</style>
border-color css
<style>
span { border-color: #9BCEDA; }
span { border-color: rgb(155,206,218); }
td.TdClassName
{
border-color: #9BCEDA;
}
.TagClassName
{
border-color: #9BCEDA;
}
</style>