Shades of Regent St Blue #94BBD1
Tints of Regent St Blue #94BBD1
RGB
CMYK
RGB Variations
Color information
#94BBD1 (or 0x94BBD1) is known color: Regent St Blue. HEX triplet: 94, BB and D1. RGB value is (148,187,209). Sum of RGB (Red+Green+Blue) = 148+187+209=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #94BBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBD1 is #6B442E. Grayscale: #B1B1B1. Windows color (decimal): -7029807 or 13745044. OLE color: 13745044.
HSL color Cylindrical-coordinate representation of color #94BBD1: hue angle of 201.64º degrees, saturation: 0.4, 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 #94BBD1 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 187 | 209 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.18 |
| HSL | 201.64º | 0.4% | 0.7% | - |
| HSV(B) | 201.64º | 0.29% | 0.82% | - |
| XYZ | 41.49 | 46.44 | 67.1 | - |
| YUV | 177.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 209 | 0.29 | 0.11 | 0 | 0.18 | 201.64 | 0.4 | 0.7 |
| Hex | 94 | BB | D1 | 1D | B | 0 | 12 | CA | 28 | 46 |
| Octal | 224 | 273 | 321 | 35 | 13 | 0 | 22 | 312 | 50 | 106 |
| Binary | 10010100 | 10111011 | 11010001 | 11101 | 1011 | 0 | 10010 | 11001010 | 101000 | 1000110 |
Color Harmonies of #94BBD1
Complementary color
Monochromatic Colors of #94BBD1
Black with #94BBD1
Text Example
Text Example
White with #94BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BBD1; }
p { color: rgb(148,187,209); }
H1.HeaderClassName
{
color: #94BBD1;
}
.AnyTagClassName
{
color: #94BBD1;
}
</style>
background-color css
<style>
a { background-color: #94BBD1; }
a { background-color: rgb(148,187,209); }
div.DivClassName
{
background-color: #94BBD1;
}
.BgClassName
{
background-color: #94BBD1;
}
</style>
border-color css
<style>
span { border-color: #94BBD1; }
span { border-color: rgb(148,187,209); }
td.TdClassName
{
border-color: #94BBD1;
}
.TagClassName
{
border-color: #94BBD1;
}
</style>