Shades of Regent St Blue #93BED2
Tints of Regent St Blue #93BED2
RGB
CMYK
RGB Variations
Color information
#93BED2 (or 0x93BED2) is known color: Regent St Blue. HEX triplet: 93, BE and D2. RGB value is (147,190,210). Sum of RGB (Red+Green+Blue) = 147+190+210=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 210 - color contains mainly: blue. Hex color #93BED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BED2 is #6C412D. Grayscale: #B3B3B3. Windows color (decimal): -7094574 or 13811347. OLE color: 13811347.
HSL color Cylindrical-coordinate representation of color #93BED2: hue angle of 199.05º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93BED2 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 190 | 210 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.18 |
| HSL | 199.05º | 0.41% | 0.7% | - |
| HSV(B) | 199.05º | 0.3% | 0.82% | - |
| XYZ | 42.08 | 47.68 | 67.96 | - |
| YUV | 179.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 210 | 0.30 | 0.10 | 0 | 0.18 | 199.05 | 0.41 | 0.7 |
| Hex | 93 | BE | D2 | 1E | A | 0 | 12 | C7 | 29 | 46 |
| Octal | 223 | 276 | 322 | 36 | 12 | 0 | 22 | 307 | 51 | 106 |
| Binary | 10010011 | 10111110 | 11010010 | 11110 | 1010 | 0 | 10010 | 11000111 | 101001 | 1000110 |
Color Harmonies of #93BED2
Complementary color
Monochromatic Colors of #93BED2
Black with #93BED2
Text Example
Text Example
White with #93BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BED2; }
p { color: rgb(147,190,210); }
H1.HeaderClassName
{
color: #93BED2;
}
.AnyTagClassName
{
color: #93BED2;
}
</style>
background-color css
<style>
a { background-color: #93BED2; }
a { background-color: rgb(147,190,210); }
div.DivClassName
{
background-color: #93BED2;
}
.BgClassName
{
background-color: #93BED2;
}
</style>
border-color css
<style>
span { border-color: #93BED2; }
span { border-color: rgb(147,190,210); }
td.TdClassName
{
border-color: #93BED2;
}
.TagClassName
{
border-color: #93BED2;
}
</style>