Shades of Regent St Blue #90BED2
Tints of Regent St Blue #90BED2
RGB
CMYK
RGB Variations
Color information
#90BED2 (or 0x90BED2) is known color: Regent St Blue. HEX triplet: 90, BE and D2. RGB value is (144,190,210). Sum of RGB (Red+Green+Blue) = 144+190+210=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #90BED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BED2 is #6F412D. Grayscale: #B2B2B2. Windows color (decimal): -7291182 or 13811344. OLE color: 13811344.
HSL color Cylindrical-coordinate representation of color #90BED2: hue angle of 198.18º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90BED2 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 190 | 210 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.18 |
| HSL | 198.18º | 0.42% | 0.69% | - |
| HSV(B) | 198.18º | 0.31% | 0.82% | - |
| XYZ | 41.55 | 47.41 | 67.93 | - |
| YUV | 178.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 210 | 0.31 | 0.10 | 0 | 0.18 | 198.18 | 0.42 | 0.69 |
| Hex | 90 | BE | D2 | 1F | A | 0 | 12 | C6 | 2A | 45 |
| Octal | 220 | 276 | 322 | 37 | 12 | 0 | 22 | 306 | 52 | 105 |
| Binary | 10010000 | 10111110 | 11010010 | 11111 | 1010 | 0 | 10010 | 11000110 | 101010 | 1000101 |
Color Harmonies of #90BED2
Complementary color
Monochromatic Colors of #90BED2
Black with #90BED2
Text Example
Text Example
White with #90BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BED2; }
p { color: rgb(144,190,210); }
H1.HeaderClassName
{
color: #90BED2;
}
.AnyTagClassName
{
color: #90BED2;
}
</style>
background-color css
<style>
a { background-color: #90BED2; }
a { background-color: rgb(144,190,210); }
div.DivClassName
{
background-color: #90BED2;
}
.BgClassName
{
background-color: #90BED2;
}
</style>
border-color css
<style>
span { border-color: #90BED2; }
span { border-color: rgb(144,190,210); }
td.TdClassName
{
border-color: #90BED2;
}
.TagClassName
{
border-color: #90BED2;
}
</style>