Shades of Regent St Blue #94CCD5
Tints of Regent St Blue #94CCD5
RGB
CMYK
RGB Variations
Color information
#94CCD5 (or 0x94CCD5) is known color: Regent St Blue. HEX triplet: 94, CC and D5. RGB value is (148,204,213). Sum of RGB (Red+Green+Blue) = 148+204+213=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #94CCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CCD5 is #6B332A. Grayscale: #BCBCBC. Windows color (decimal): -7025451 or 14011540. OLE color: 14011540.
HSL color Cylindrical-coordinate representation of color #94CCD5: hue angle of 188.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94CCD5 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 204 | 213 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.16 |
| HSL | 188.31º | 0.44% | 0.71% | - |
| HSV(B) | 188.31º | 0.31% | 0.84% | - |
| XYZ | 45.82 | 54.29 | 71.01 | - |
| YUV | 188.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 204 | 213 | 0.31 | 0.04 | 0 | 0.16 | 188.31 | 0.44 | 0.71 |
| Hex | 94 | CC | D5 | 1F | 4 | 0 | 10 | BC | 2C | 47 |
| Octal | 224 | 314 | 325 | 37 | 4 | 0 | 20 | 274 | 54 | 107 |
| Binary | 10010100 | 11001100 | 11010101 | 11111 | 100 | 0 | 10000 | 10111100 | 101100 | 1000111 |
Color Harmonies of #94CCD5
Complementary color
Monochromatic Colors of #94CCD5
Black with #94CCD5
Text Example
Text Example
White with #94CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CCD5; }
p { color: rgb(148,204,213); }
H1.HeaderClassName
{
color: #94CCD5;
}
.AnyTagClassName
{
color: #94CCD5;
}
</style>
background-color css
<style>
a { background-color: #94CCD5; }
a { background-color: rgb(148,204,213); }
div.DivClassName
{
background-color: #94CCD5;
}
.BgClassName
{
background-color: #94CCD5;
}
</style>
border-color css
<style>
span { border-color: #94CCD5; }
span { border-color: rgb(148,204,213); }
td.TdClassName
{
border-color: #94CCD5;
}
.TagClassName
{
border-color: #94CCD5;
}
</style>