Shades of Regent St Blue #9BCBDA
Tints of Regent St Blue #9BCBDA
RGB
CMYK
RGB Variations
Color information
#9BCBDA (or 0x9BCBDA) is known color: Regent St Blue. HEX triplet: 9B, CB and DA. RGB value is (155,203,218). Sum of RGB (Red+Green+Blue) = 155+203+218=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BCBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBDA is #643425. Grayscale: #BEBEBE. Windows color (decimal): -6566950 or 14338971. OLE color: 14338971.
HSL color Cylindrical-coordinate representation of color #9BCBDA: hue angle of 194.29º 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 #9BCBDA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 203 | 218 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.15 |
| HSL | 194.29º | 0.46% | 0.73% | - |
| HSV(B) | 194.29º | 0.29% | 0.85% | - |
| XYZ | 47.53 | 54.74 | 74.39 | - |
| YUV | 190.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 218 | 0.29 | 0.07 | 0 | 0.15 | 194.29 | 0.46 | 0.73 |
| Hex | 9B | CB | DA | 1D | 7 | 0 | F | C2 | 2E | 49 |
| Octal | 233 | 313 | 332 | 35 | 7 | 0 | 17 | 302 | 56 | 111 |
| Binary | 10011011 | 11001011 | 11011010 | 11101 | 111 | 0 | 1111 | 11000010 | 101110 | 1001001 |
Color Harmonies of #9BCBDA
Complementary color
Monochromatic Colors of #9BCBDA
Black with #9BCBDA
Text Example
Text Example
White with #9BCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBDA; }
p { color: rgb(155,203,218); }
H1.HeaderClassName
{
color: #9BCBDA;
}
.AnyTagClassName
{
color: #9BCBDA;
}
</style>
background-color css
<style>
a { background-color: #9BCBDA; }
a { background-color: rgb(155,203,218); }
div.DivClassName
{
background-color: #9BCBDA;
}
.BgClassName
{
background-color: #9BCBDA;
}
</style>
border-color css
<style>
span { border-color: #9BCBDA; }
span { border-color: rgb(155,203,218); }
td.TdClassName
{
border-color: #9BCBDA;
}
.TagClassName
{
border-color: #9BCBDA;
}
</style>