Shades of Regent St Blue #90C0CE
Tints of Regent St Blue #90C0CE
RGB
CMYK
RGB Variations
Color information
#90C0CE (or 0x90C0CE) is known color: Regent St Blue. HEX triplet: 90, C0 and CE. RGB value is (144,192,206). Sum of RGB (Red+Green+Blue) = 144+192+206=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #90C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C0CE is #6F3F31. Grayscale: #B3B3B3. Windows color (decimal): -7290674 or 13549712. OLE color: 13549712.
HSL color Cylindrical-coordinate representation of color #90C0CE: hue angle of 193.55º degrees, saturation: 0.39, 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 #90C0CE is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 192 | 206 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.19 |
| HSL | 193.55º | 0.39% | 0.69% | - |
| HSV(B) | 193.55º | 0.3% | 0.81% | - |
| XYZ | 41.49 | 48.08 | 65.49 | - |
| YUV | 179.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 206 | 0.30 | 0.07 | 0 | 0.19 | 193.55 | 0.39 | 0.69 |
| Hex | 90 | C0 | CE | 1E | 7 | 0 | 13 | C2 | 27 | 45 |
| Octal | 220 | 300 | 316 | 36 | 7 | 0 | 23 | 302 | 47 | 105 |
| Binary | 10010000 | 11000000 | 11001110 | 11110 | 111 | 0 | 10011 | 11000010 | 100111 | 1000101 |
Color Harmonies of #90C0CE
Complementary color
Monochromatic Colors of #90C0CE
Black with #90C0CE
Text Example
Text Example
White with #90C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C0CE; }
p { color: rgb(144,192,206); }
H1.HeaderClassName
{
color: #90C0CE;
}
.AnyTagClassName
{
color: #90C0CE;
}
</style>
background-color css
<style>
a { background-color: #90C0CE; }
a { background-color: rgb(144,192,206); }
div.DivClassName
{
background-color: #90C0CE;
}
.BgClassName
{
background-color: #90C0CE;
}
</style>
border-color css
<style>
span { border-color: #90C0CE; }
span { border-color: rgb(144,192,206); }
td.TdClassName
{
border-color: #90C0CE;
}
.TagClassName
{
border-color: #90C0CE;
}
</style>