Shades of Regent St Blue #93CCDB
Tints of Regent St Blue #93CCDB
RGB
CMYK
RGB Variations
Color information
#93CCDB (or 0x93CCDB) is known color: Regent St Blue. HEX triplet: 93, CC and DB. RGB value is (147,204,219). Sum of RGB (Red+Green+Blue) = 147+204+219=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #93CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCDB is #6C3324. Grayscale: #BCBCBC. Windows color (decimal): -7090981 or 14404755. OLE color: 14404755.
HSL color Cylindrical-coordinate representation of color #93CCDB: hue angle of 192.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93CCDB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 204 | 219 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.14 |
| HSL | 192.5º | 0.5% | 0.72% | - |
| HSV(B) | 192.5º | 0.33% | 0.86% | - |
| XYZ | 46.41 | 54.5 | 75.09 | - |
| YUV | 188.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 219 | 0.33 | 0.07 | 0 | 0.14 | 192.5 | 0.5 | 0.72 |
| Hex | 93 | CC | DB | 21 | 7 | 0 | E | C0 | 32 | 48 |
| Octal | 223 | 314 | 333 | 41 | 7 | 0 | 16 | 300 | 62 | 110 |
| Binary | 10010011 | 11001100 | 11011011 | 100001 | 111 | 0 | 1110 | 11000000 | 110010 | 1001000 |
Color Harmonies of #93CCDB
Complementary color
Monochromatic Colors of #93CCDB
Black with #93CCDB
Text Example
Text Example
White with #93CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CCDB; }
p { color: rgb(147,204,219); }
H1.HeaderClassName
{
color: #93CCDB;
}
.AnyTagClassName
{
color: #93CCDB;
}
</style>
background-color css
<style>
a { background-color: #93CCDB; }
a { background-color: rgb(147,204,219); }
div.DivClassName
{
background-color: #93CCDB;
}
.BgClassName
{
background-color: #93CCDB;
}
</style>
border-color css
<style>
span { border-color: #93CCDB; }
span { border-color: rgb(147,204,219); }
td.TdClassName
{
border-color: #93CCDB;
}
.TagClassName
{
border-color: #93CCDB;
}
</style>