Shades of Regent St Blue #94CBDB
Tints of Regent St Blue #94CBDB
RGB
CMYK
RGB Variations
Color information
#94CBDB (or 0x94CBDB) is known color: Regent St Blue. HEX triplet: 94, CB and DB. RGB value is (148,203,219). Sum of RGB (Red+Green+Blue) = 148+203+219=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #94CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CBDB is #6B3424. Grayscale: #BCBCBC. Windows color (decimal): -7025701 or 14404500. OLE color: 14404500.
HSL color Cylindrical-coordinate representation of color #94CBDB: hue angle of 193.52º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94CBDB is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 203 | 219 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.14 |
| HSL | 193.52º | 0.5% | 0.72% | - |
| HSV(B) | 193.52º | 0.32% | 0.86% | - |
| XYZ | 46.35 | 54.12 | 75.02 | - |
| YUV | 188.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 203 | 219 | 0.32 | 0.07 | 0 | 0.14 | 193.52 | 0.5 | 0.72 |
| Hex | 94 | CB | DB | 20 | 7 | 0 | E | C2 | 32 | 48 |
| Octal | 224 | 313 | 333 | 40 | 7 | 0 | 16 | 302 | 62 | 110 |
| Binary | 10010100 | 11001011 | 11011011 | 100000 | 111 | 0 | 1110 | 11000010 | 110010 | 1001000 |
Color Harmonies of #94CBDB
Complementary color
Monochromatic Colors of #94CBDB
Black with #94CBDB
Text Example
Text Example
White with #94CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CBDB; }
p { color: rgb(148,203,219); }
H1.HeaderClassName
{
color: #94CBDB;
}
.AnyTagClassName
{
color: #94CBDB;
}
</style>
background-color css
<style>
a { background-color: #94CBDB; }
a { background-color: rgb(148,203,219); }
div.DivClassName
{
background-color: #94CBDB;
}
.BgClassName
{
background-color: #94CBDB;
}
</style>
border-color css
<style>
span { border-color: #94CBDB; }
span { border-color: rgb(148,203,219); }
td.TdClassName
{
border-color: #94CBDB;
}
.TagClassName
{
border-color: #94CBDB;
}
</style>