Shades of Regent St Blue #9BCDDA
Tints of Regent St Blue #9BCDDA
RGB
CMYK
RGB Variations
Color information
#9BCDDA (or 0x9BCDDA) is known color: Regent St Blue. HEX triplet: 9B, CD and DA. RGB value is (155,205,218). Sum of RGB (Red+Green+Blue) = 155+205+218=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BCDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDDA is #643225. Grayscale: #BFBFBF. Windows color (decimal): -6566438 or 14339483. OLE color: 14339483.
HSL color Cylindrical-coordinate representation of color #9BCDDA: hue angle of 192.38º 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 #9BCDDA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 205 | 218 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.15 |
| HSL | 192.38º | 0.46% | 0.73% | - |
| HSV(B) | 192.38º | 0.29% | 0.85% | - |
| XYZ | 48 | 55.69 | 74.55 | - |
| YUV | 191.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 218 | 0.29 | 0.06 | 0 | 0.15 | 192.38 | 0.46 | 0.73 |
| Hex | 9B | CD | DA | 1D | 6 | 0 | F | C0 | 2E | 49 |
| Octal | 233 | 315 | 332 | 35 | 6 | 0 | 17 | 300 | 56 | 111 |
| Binary | 10011011 | 11001101 | 11011010 | 11101 | 110 | 0 | 1111 | 11000000 | 101110 | 1001001 |
Color Harmonies of #9BCDDA
Complementary color
Monochromatic Colors of #9BCDDA
Black with #9BCDDA
Text Example
Text Example
White with #9BCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDDA; }
p { color: rgb(155,205,218); }
H1.HeaderClassName
{
color: #9BCDDA;
}
.AnyTagClassName
{
color: #9BCDDA;
}
</style>
background-color css
<style>
a { background-color: #9BCDDA; }
a { background-color: rgb(155,205,218); }
div.DivClassName
{
background-color: #9BCDDA;
}
.BgClassName
{
background-color: #9BCDDA;
}
</style>
border-color css
<style>
span { border-color: #9BCDDA; }
span { border-color: rgb(155,205,218); }
td.TdClassName
{
border-color: #9BCDDA;
}
.TagClassName
{
border-color: #9BCDDA;
}
</style>