Shades of Regent St Blue #9BC2D3
Tints of Regent St Blue #9BC2D3
RGB
CMYK
RGB Variations
Color information
#9BC2D3 (or 0x9BC2D3) is known color: Regent St Blue. HEX triplet: 9B, C2 and D3. RGB value is (155,194,211). Sum of RGB (Red+Green+Blue) = 155+194+211=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #9BC2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2D3 is #643D2C. Grayscale: #B8B8B8. Windows color (decimal): -6569261 or 13877915. OLE color: 13877915.
HSL color Cylindrical-coordinate representation of color #9BC2D3: hue angle of 198.21º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BC2D3 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 194 | 211 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.17 |
| HSL | 198.21º | 0.39% | 0.72% | - |
| HSV(B) | 198.21º | 0.27% | 0.83% | - |
| XYZ | 44.57 | 50.26 | 68.98 | - |
| YUV | 184.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 211 | 0.27 | 0.08 | 0 | 0.17 | 198.21 | 0.39 | 0.72 |
| Hex | 9B | C2 | D3 | 1B | 8 | 0 | 11 | C6 | 27 | 48 |
| Octal | 233 | 302 | 323 | 33 | 10 | 0 | 21 | 306 | 47 | 110 |
| Binary | 10011011 | 11000010 | 11010011 | 11011 | 1000 | 0 | 10001 | 11000110 | 100111 | 1001000 |
Color Harmonies of #9BC2D3
Complementary color
Monochromatic Colors of #9BC2D3
Black with #9BC2D3
Text Example
Text Example
White with #9BC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC2D3; }
p { color: rgb(155,194,211); }
H1.HeaderClassName
{
color: #9BC2D3;
}
.AnyTagClassName
{
color: #9BC2D3;
}
</style>
background-color css
<style>
a { background-color: #9BC2D3; }
a { background-color: rgb(155,194,211); }
div.DivClassName
{
background-color: #9BC2D3;
}
.BgClassName
{
background-color: #9BC2D3;
}
</style>
border-color css
<style>
span { border-color: #9BC2D3; }
span { border-color: rgb(155,194,211); }
td.TdClassName
{
border-color: #9BC2D3;
}
.TagClassName
{
border-color: #9BC2D3;
}
</style>