Shades of Regent St Blue #94BDD0
Tints of Regent St Blue #94BDD0
RGB
CMYK
RGB Variations
Color information
#94BDD0 (or 0x94BDD0) is known color: Regent St Blue. HEX triplet: 94, BD and D0. RGB value is (148,189,208). Sum of RGB (Red+Green+Blue) = 148+189+208=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #94BDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDD0 is #6B422F. Grayscale: #B2B2B2. Windows color (decimal): -7029296 or 13680020. OLE color: 13680020.
HSL color Cylindrical-coordinate representation of color #94BDD0: hue angle of 199º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94BDD0 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 189 | 208 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.18 |
| HSL | 199º | 0.39% | 0.7% | - |
| HSV(B) | 199º | 0.29% | 0.82% | - |
| XYZ | 41.8 | 47.25 | 66.59 | - |
| YUV | 178.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 208 | 0.29 | 0.09 | 0 | 0.18 | 199 | 0.39 | 0.7 |
| Hex | 94 | BD | D0 | 1D | 9 | 0 | 12 | C7 | 27 | 46 |
| Octal | 224 | 275 | 320 | 35 | 11 | 0 | 22 | 307 | 47 | 106 |
| Binary | 10010100 | 10111101 | 11010000 | 11101 | 1001 | 0 | 10010 | 11000111 | 100111 | 1000110 |
Color Harmonies of #94BDD0
Complementary color
Monochromatic Colors of #94BDD0
Black with #94BDD0
Text Example
Text Example
White with #94BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BDD0; }
p { color: rgb(148,189,208); }
H1.HeaderClassName
{
color: #94BDD0;
}
.AnyTagClassName
{
color: #94BDD0;
}
</style>
background-color css
<style>
a { background-color: #94BDD0; }
a { background-color: rgb(148,189,208); }
div.DivClassName
{
background-color: #94BDD0;
}
.BgClassName
{
background-color: #94BDD0;
}
</style>
border-color css
<style>
span { border-color: #94BDD0; }
span { border-color: rgb(148,189,208); }
td.TdClassName
{
border-color: #94BDD0;
}
.TagClassName
{
border-color: #94BDD0;
}
</style>