Shades of Regent St Blue #90BECF
Tints of Regent St Blue #90BECF
RGB
CMYK
RGB Variations
Color information
#90BECF (or 0x90BECF) is known color: Regent St Blue. HEX triplet: 90, BE and CF. RGB value is (144,190,207). Sum of RGB (Red+Green+Blue) = 144+190+207=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #90BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BECF is #6F4130. Grayscale: #B2B2B2. Windows color (decimal): -7291185 or 13614736. OLE color: 13614736.
HSL color Cylindrical-coordinate representation of color #90BECF: hue angle of 196.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90BECF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 190 | 207 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.19 |
| HSL | 196.19º | 0.4% | 0.69% | - |
| HSV(B) | 196.19º | 0.3% | 0.81% | - |
| XYZ | 41.18 | 47.26 | 65.98 | - |
| YUV | 178.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 207 | 0.30 | 0.08 | 0 | 0.19 | 196.19 | 0.4 | 0.69 |
| Hex | 90 | BE | CF | 1E | 8 | 0 | 13 | C4 | 28 | 45 |
| Octal | 220 | 276 | 317 | 36 | 10 | 0 | 23 | 304 | 50 | 105 |
| Binary | 10010000 | 10111110 | 11001111 | 11110 | 1000 | 0 | 10011 | 11000100 | 101000 | 1000101 |
Color Harmonies of #90BECF
Complementary color
Monochromatic Colors of #90BECF
Black with #90BECF
Text Example
Text Example
White with #90BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BECF; }
p { color: rgb(144,190,207); }
H1.HeaderClassName
{
color: #90BECF;
}
.AnyTagClassName
{
color: #90BECF;
}
</style>
background-color css
<style>
a { background-color: #90BECF; }
a { background-color: rgb(144,190,207); }
div.DivClassName
{
background-color: #90BECF;
}
.BgClassName
{
background-color: #90BECF;
}
</style>
border-color css
<style>
span { border-color: #90BECF; }
span { border-color: rgb(144,190,207); }
td.TdClassName
{
border-color: #90BECF;
}
.TagClassName
{
border-color: #90BECF;
}
</style>