Shades of Regent St Blue #94CDD9
Tints of Regent St Blue #94CDD9
RGB
CMYK
RGB Variations
Color information
#94CDD9 (or 0x94CDD9) is known color: Regent St Blue. HEX triplet: 94, CD and D9. RGB value is (148,205,217). Sum of RGB (Red+Green+Blue) = 148+205+217=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #94CDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDD9 is #6B3226. Grayscale: #BDBDBD. Windows color (decimal): -7025191 or 14273940. OLE color: 14273940.
HSL color Cylindrical-coordinate representation of color #94CDD9: hue angle of 190.43º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94CDD9 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 205 | 217 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.15 |
| HSL | 190.43º | 0.48% | 0.72% | - |
| HSV(B) | 190.43º | 0.32% | 0.85% | - |
| XYZ | 46.57 | 54.97 | 73.8 | - |
| YUV | 189.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 217 | 0.32 | 0.06 | 0 | 0.15 | 190.43 | 0.48 | 0.72 |
| Hex | 94 | CD | D9 | 20 | 6 | 0 | F | BE | 30 | 48 |
| Octal | 224 | 315 | 331 | 40 | 6 | 0 | 17 | 276 | 60 | 110 |
| Binary | 10010100 | 11001101 | 11011001 | 100000 | 110 | 0 | 1111 | 10111110 | 110000 | 1001000 |
Color Harmonies of #94CDD9
Complementary color
Monochromatic Colors of #94CDD9
Black with #94CDD9
Text Example
Text Example
White with #94CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDD9; }
p { color: rgb(148,205,217); }
H1.HeaderClassName
{
color: #94CDD9;
}
.AnyTagClassName
{
color: #94CDD9;
}
</style>
background-color css
<style>
a { background-color: #94CDD9; }
a { background-color: rgb(148,205,217); }
div.DivClassName
{
background-color: #94CDD9;
}
.BgClassName
{
background-color: #94CDD9;
}
</style>
border-color css
<style>
span { border-color: #94CDD9; }
span { border-color: rgb(148,205,217); }
td.TdClassName
{
border-color: #94CDD9;
}
.TagClassName
{
border-color: #94CDD9;
}
</style>