Shades of Regent St Blue #94CDDD
Tints of Regent St Blue #94CDDD
RGB
CMYK
RGB Variations
Color information
#94CDDD (or 0x94CDDD) is known color: Regent St Blue. HEX triplet: 94, CD and DD. RGB value is (148,205,221). Sum of RGB (Red+Green+Blue) = 148+205+221=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #94CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDDD is #6B3222. Grayscale: #BDBDBD. Windows color (decimal): -7025187 or 14536084. OLE color: 14536084.
HSL color Cylindrical-coordinate representation of color #94CDDD: hue angle of 193.15º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94CDDD is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 205 | 221 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.13 |
| HSL | 193.15º | 0.52% | 0.72% | - |
| HSV(B) | 193.15º | 0.33% | 0.87% | - |
| XYZ | 47.1 | 55.18 | 76.58 | - |
| YUV | 189.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 221 | 0.33 | 0.07 | 0 | 0.13 | 193.15 | 0.52 | 0.72 |
| Hex | 94 | CD | DD | 21 | 7 | 0 | D | C1 | 34 | 48 |
| Octal | 224 | 315 | 335 | 41 | 7 | 0 | 15 | 301 | 64 | 110 |
| Binary | 10010100 | 11001101 | 11011101 | 100001 | 111 | 0 | 1101 | 11000001 | 110100 | 1001000 |
Color Harmonies of #94CDDD
Complementary color
Monochromatic Colors of #94CDDD
Black with #94CDDD
Text Example
Text Example
White with #94CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDDD; }
p { color: rgb(148,205,221); }
H1.HeaderClassName
{
color: #94CDDD;
}
.AnyTagClassName
{
color: #94CDDD;
}
</style>
background-color css
<style>
a { background-color: #94CDDD; }
a { background-color: rgb(148,205,221); }
div.DivClassName
{
background-color: #94CDDD;
}
.BgClassName
{
background-color: #94CDDD;
}
</style>
border-color css
<style>
span { border-color: #94CDDD; }
span { border-color: rgb(148,205,221); }
td.TdClassName
{
border-color: #94CDDD;
}
.TagClassName
{
border-color: #94CDDD;
}
</style>