Shades of Regent St Blue #9BCEDD
Tints of Regent St Blue #9BCEDD
RGB
CMYK
RGB Variations
Color information
#9BCEDD (or 0x9BCEDD) is known color: Regent St Blue. HEX triplet: 9B, CE and DD. RGB value is (155,206,221). Sum of RGB (Red+Green+Blue) = 155+206+221=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEDD is #643122. Grayscale: #C0C0C0. Windows color (decimal): -6566179 or 14536347. OLE color: 14536347.
HSL color Cylindrical-coordinate representation of color #9BCEDD: hue angle of 193.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BCEDD is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 206 | 221 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.13 |
| HSL | 193.64º | 0.49% | 0.74% | - |
| HSV(B) | 193.64º | 0.3% | 0.87% | - |
| XYZ | 48.64 | 56.33 | 76.72 | - |
| YUV | 192.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 221 | 0.30 | 0.07 | 0 | 0.13 | 193.64 | 0.49 | 0.74 |
| Hex | 9B | CE | DD | 1E | 7 | 0 | D | C2 | 31 | 4A |
| Octal | 233 | 316 | 335 | 36 | 7 | 0 | 15 | 302 | 61 | 112 |
| Binary | 10011011 | 11001110 | 11011101 | 11110 | 111 | 0 | 1101 | 11000010 | 110001 | 1001010 |
Color Harmonies of #9BCEDD
Complementary color
Monochromatic Colors of #9BCEDD
Black with #9BCEDD
Text Example
Text Example
White with #9BCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEDD; }
p { color: rgb(155,206,221); }
H1.HeaderClassName
{
color: #9BCEDD;
}
.AnyTagClassName
{
color: #9BCEDD;
}
</style>
background-color css
<style>
a { background-color: #9BCEDD; }
a { background-color: rgb(155,206,221); }
div.DivClassName
{
background-color: #9BCEDD;
}
.BgClassName
{
background-color: #9BCEDD;
}
</style>
border-color css
<style>
span { border-color: #9BCEDD; }
span { border-color: rgb(155,206,221); }
td.TdClassName
{
border-color: #9BCEDD;
}
.TagClassName
{
border-color: #9BCEDD;
}
</style>