Shades of Regent St Blue #93BED4
Tints of Regent St Blue #93BED4
RGB
CMYK
RGB Variations
Color information
#93BED4 (or 0x93BED4) is known color: Regent St Blue. HEX triplet: 93, BE and D4. RGB value is (147,190,212). Sum of RGB (Red+Green+Blue) = 147+190+212=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 212 - color contains mainly: blue. Hex color #93BED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BED4 is #6C412B. Grayscale: #B3B3B3. Windows color (decimal): -7094572 or 13942419. OLE color: 13942419.
HSL color Cylindrical-coordinate representation of color #93BED4: hue angle of 200.31º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93BED4 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 190 | 212 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.17 |
| HSL | 200.31º | 0.43% | 0.7% | - |
| HSV(B) | 200.31º | 0.31% | 0.83% | - |
| XYZ | 42.33 | 47.78 | 69.28 | - |
| YUV | 179.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 212 | 0.31 | 0.10 | 0 | 0.17 | 200.31 | 0.43 | 0.7 |
| Hex | 93 | BE | D4 | 1F | A | 0 | 11 | C8 | 2B | 46 |
| Octal | 223 | 276 | 324 | 37 | 12 | 0 | 21 | 310 | 53 | 106 |
| Binary | 10010011 | 10111110 | 11010100 | 11111 | 1010 | 0 | 10001 | 11001000 | 101011 | 1000110 |
Color Harmonies of #93BED4
Complementary color
Monochromatic Colors of #93BED4
Black with #93BED4
Text Example
Text Example
White with #93BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BED4; }
p { color: rgb(147,190,212); }
H1.HeaderClassName
{
color: #93BED4;
}
.AnyTagClassName
{
color: #93BED4;
}
</style>
background-color css
<style>
a { background-color: #93BED4; }
a { background-color: rgb(147,190,212); }
div.DivClassName
{
background-color: #93BED4;
}
.BgClassName
{
background-color: #93BED4;
}
</style>
border-color css
<style>
span { border-color: #93BED4; }
span { border-color: rgb(147,190,212); }
td.TdClassName
{
border-color: #93BED4;
}
.TagClassName
{
border-color: #93BED4;
}
</style>