Shades of Regent St Blue #93BFCA
Tints of Regent St Blue #93BFCA
RGB
CMYK
RGB Variations
Color information
#93BFCA (or 0x93BFCA) is known color: Regent St Blue. HEX triplet: 93, BF and CA. RGB value is (147,191,202). Sum of RGB (Red+Green+Blue) = 147+191+202=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #93BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFCA is #6C4035. Grayscale: #B3B3B3. Windows color (decimal): -7094326 or 13287315. OLE color: 13287315.
HSL color Cylindrical-coordinate representation of color #93BFCA: hue angle of 192º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93BFCA is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 191 | 202 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.21 |
| HSL | 192º | 0.34% | 0.68% | - |
| HSV(B) | 192º | 0.27% | 0.79% | - |
| XYZ | 41.32 | 47.73 | 62.91 | - |
| YUV | 179.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 202 | 0.27 | 0.05 | 0 | 0.21 | 192 | 0.34 | 0.68 |
| Hex | 93 | BF | CA | 1B | 5 | 0 | 15 | C0 | 22 | 44 |
| Octal | 223 | 277 | 312 | 33 | 5 | 0 | 25 | 300 | 42 | 104 |
| Binary | 10010011 | 10111111 | 11001010 | 11011 | 101 | 0 | 10101 | 11000000 | 100010 | 1000100 |
Color Harmonies of #93BFCA
Complementary color
Monochromatic Colors of #93BFCA
Black with #93BFCA
Text Example
Text Example
White with #93BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BFCA; }
p { color: rgb(147,191,202); }
H1.HeaderClassName
{
color: #93BFCA;
}
.AnyTagClassName
{
color: #93BFCA;
}
</style>
background-color css
<style>
a { background-color: #93BFCA; }
a { background-color: rgb(147,191,202); }
div.DivClassName
{
background-color: #93BFCA;
}
.BgClassName
{
background-color: #93BFCA;
}
</style>
border-color css
<style>
span { border-color: #93BFCA; }
span { border-color: rgb(147,191,202); }
td.TdClassName
{
border-color: #93BFCA;
}
.TagClassName
{
border-color: #93BFCA;
}
</style>