Shades of Regent St Blue #94CDD8
Tints of Regent St Blue #94CDD8
RGB
CMYK
RGB Variations
Color information
#94CDD8 (or 0x94CDD8) is known color: Regent St Blue. HEX triplet: 94, CD and D8. RGB value is (148,205,216). Sum of RGB (Red+Green+Blue) = 148+205+216=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #94CDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDD8 is #6B3227. Grayscale: #BDBDBD. Windows color (decimal): -7025192 or 14208404. OLE color: 14208404.
HSL color Cylindrical-coordinate representation of color #94CDD8: hue angle of 189.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94CDD8 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 205 | 216 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.15 |
| HSL | 189.71º | 0.47% | 0.71% | - |
| HSV(B) | 189.71º | 0.31% | 0.85% | - |
| XYZ | 46.44 | 54.92 | 73.12 | - |
| YUV | 189.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 216 | 0.31 | 0.05 | 0 | 0.15 | 189.71 | 0.47 | 0.71 |
| Hex | 94 | CD | D8 | 1F | 5 | 0 | F | BE | 2F | 47 |
| Octal | 224 | 315 | 330 | 37 | 5 | 0 | 17 | 276 | 57 | 107 |
| Binary | 10010100 | 11001101 | 11011000 | 11111 | 101 | 0 | 1111 | 10111110 | 101111 | 1000111 |
Color Harmonies of #94CDD8
Complementary color
Monochromatic Colors of #94CDD8
Black with #94CDD8
Text Example
Text Example
White with #94CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDD8; }
p { color: rgb(148,205,216); }
H1.HeaderClassName
{
color: #94CDD8;
}
.AnyTagClassName
{
color: #94CDD8;
}
</style>
background-color css
<style>
a { background-color: #94CDD8; }
a { background-color: rgb(148,205,216); }
div.DivClassName
{
background-color: #94CDD8;
}
.BgClassName
{
background-color: #94CDD8;
}
</style>
border-color css
<style>
span { border-color: #94CDD8; }
span { border-color: rgb(148,205,216); }
td.TdClassName
{
border-color: #94CDD8;
}
.TagClassName
{
border-color: #94CDD8;
}
</style>