Shades of Regent St Blue #9BCEDF
Tints of Regent St Blue #9BCEDF
RGB
CMYK
RGB Variations
Color information
#9BCEDF (or 0x9BCEDF) is known color: Regent St Blue. HEX triplet: 9B, CE and DF. RGB value is (155,206,223). Sum of RGB (Red+Green+Blue) = 155+206+223=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEDF is #643120. Grayscale: #C0C0C0. Windows color (decimal): -6566177 or 14667419. OLE color: 14667419.
HSL color Cylindrical-coordinate representation of color #9BCEDF: hue angle of 195º degrees, saturation: 0.52, 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 #9BCEDF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 206 | 223 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.13 |
| HSL | 195º | 0.52% | 0.74% | - |
| HSV(B) | 195º | 0.3% | 0.87% | - |
| XYZ | 48.91 | 56.44 | 78.13 | - |
| YUV | 192.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 223 | 0.30 | 0.08 | 0 | 0.13 | 195 | 0.52 | 0.74 |
| Hex | 9B | CE | DF | 1E | 8 | 0 | D | C3 | 34 | 4A |
| Octal | 233 | 316 | 337 | 36 | 10 | 0 | 15 | 303 | 64 | 112 |
| Binary | 10011011 | 11001110 | 11011111 | 11110 | 1000 | 0 | 1101 | 11000011 | 110100 | 1001010 |
Color Harmonies of #9BCEDF
Complementary color
Monochromatic Colors of #9BCEDF
Black with #9BCEDF
Text Example
Text Example
White with #9BCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEDF; }
p { color: rgb(155,206,223); }
H1.HeaderClassName
{
color: #9BCEDF;
}
.AnyTagClassName
{
color: #9BCEDF;
}
</style>
background-color css
<style>
a { background-color: #9BCEDF; }
a { background-color: rgb(155,206,223); }
div.DivClassName
{
background-color: #9BCEDF;
}
.BgClassName
{
background-color: #9BCEDF;
}
</style>
border-color css
<style>
span { border-color: #9BCEDF; }
span { border-color: rgb(155,206,223); }
td.TdClassName
{
border-color: #9BCEDF;
}
.TagClassName
{
border-color: #9BCEDF;
}
</style>