Shades of Regent St Blue #90BECB
Tints of Regent St Blue #90BECB
RGB
CMYK
RGB Variations
Color information
#90BECB (or 0x90BECB) is known color: Regent St Blue. HEX triplet: 90, BE and CB. RGB value is (144,190,203). Sum of RGB (Red+Green+Blue) = 144+190+203=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #90BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BECB is #6F4134. Grayscale: #B1B1B1. Windows color (decimal): -7291189 or 13352592. OLE color: 13352592.
HSL color Cylindrical-coordinate representation of color #90BECB: hue angle of 193.22º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90BECB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 190 | 203 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.20 |
| HSL | 193.22º | 0.36% | 0.68% | - |
| HSV(B) | 193.22º | 0.29% | 0.8% | - |
| XYZ | 40.69 | 47.07 | 63.44 | - |
| YUV | 177.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 203 | 0.29 | 0.06 | 0 | 0.20 | 193.22 | 0.36 | 0.68 |
| Hex | 90 | BE | CB | 1D | 6 | 0 | 14 | C1 | 24 | 44 |
| Octal | 220 | 276 | 313 | 35 | 6 | 0 | 24 | 301 | 44 | 104 |
| Binary | 10010000 | 10111110 | 11001011 | 11101 | 110 | 0 | 10100 | 11000001 | 100100 | 1000100 |
Color Harmonies of #90BECB
Complementary color
Monochromatic Colors of #90BECB
Black with #90BECB
Text Example
Text Example
White with #90BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BECB; }
p { color: rgb(144,190,203); }
H1.HeaderClassName
{
color: #90BECB;
}
.AnyTagClassName
{
color: #90BECB;
}
</style>
background-color css
<style>
a { background-color: #90BECB; }
a { background-color: rgb(144,190,203); }
div.DivClassName
{
background-color: #90BECB;
}
.BgClassName
{
background-color: #90BECB;
}
</style>
border-color css
<style>
span { border-color: #90BECB; }
span { border-color: rgb(144,190,203); }
td.TdClassName
{
border-color: #90BECB;
}
.TagClassName
{
border-color: #90BECB;
}
</style>