Shades of Regent St Blue #9BC2D8
Tints of Regent St Blue #9BC2D8
RGB
CMYK
RGB Variations
Color information
#9BC2D8 (or 0x9BC2D8) is known color: Regent St Blue. HEX triplet: 9B, C2 and D8. RGB value is (155,194,216). Sum of RGB (Red+Green+Blue) = 155+194+216=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #9BC2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2D8 is #643D27. Grayscale: #B8B8B8. Windows color (decimal): -6569256 or 14205595. OLE color: 14205595.
HSL color Cylindrical-coordinate representation of color #9BC2D8: hue angle of 201.64º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BC2D8 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 194 | 216 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.15 |
| HSL | 201.64º | 0.44% | 0.73% | - |
| HSV(B) | 201.64º | 0.28% | 0.85% | - |
| XYZ | 45.2 | 50.51 | 72.33 | - |
| YUV | 184.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 216 | 0.28 | 0.10 | 0 | 0.15 | 201.64 | 0.44 | 0.73 |
| Hex | 9B | C2 | D8 | 1C | A | 0 | F | CA | 2C | 49 |
| Octal | 233 | 302 | 330 | 34 | 12 | 0 | 17 | 312 | 54 | 111 |
| Binary | 10011011 | 11000010 | 11011000 | 11100 | 1010 | 0 | 1111 | 11001010 | 101100 | 1001001 |
Color Harmonies of #9BC2D8
Complementary color
Monochromatic Colors of #9BC2D8
Black with #9BC2D8
Text Example
Text Example
White with #9BC2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC2D8; }
p { color: rgb(155,194,216); }
H1.HeaderClassName
{
color: #9BC2D8;
}
.AnyTagClassName
{
color: #9BC2D8;
}
</style>
background-color css
<style>
a { background-color: #9BC2D8; }
a { background-color: rgb(155,194,216); }
div.DivClassName
{
background-color: #9BC2D8;
}
.BgClassName
{
background-color: #9BC2D8;
}
</style>
border-color css
<style>
span { border-color: #9BC2D8; }
span { border-color: rgb(155,194,216); }
td.TdClassName
{
border-color: #9BC2D8;
}
.TagClassName
{
border-color: #9BC2D8;
}
</style>