Shades of Regent St Blue #90C0CA
Tints of Regent St Blue #90C0CA
RGB
CMYK
RGB Variations
Color information
#90C0CA (or 0x90C0CA) is known color: Regent St Blue. HEX triplet: 90, C0 and CA. RGB value is (144,192,202). Sum of RGB (Red+Green+Blue) = 144+192+202=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #90C0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C0CA is #6F3F35. Grayscale: #B2B2B2. Windows color (decimal): -7290678 or 13287568. OLE color: 13287568.
HSL color Cylindrical-coordinate representation of color #90C0CA: hue angle of 190.34º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90C0CA is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 192 | 202 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.21 |
| HSL | 190.34º | 0.35% | 0.68% | - |
| HSV(B) | 190.34º | 0.29% | 0.79% | - |
| XYZ | 41.01 | 47.89 | 62.96 | - |
| YUV | 178.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 202 | 0.29 | 0.05 | 0 | 0.21 | 190.34 | 0.35 | 0.68 |
| Hex | 90 | C0 | CA | 1D | 5 | 0 | 15 | BE | 23 | 44 |
| Octal | 220 | 300 | 312 | 35 | 5 | 0 | 25 | 276 | 43 | 104 |
| Binary | 10010000 | 11000000 | 11001010 | 11101 | 101 | 0 | 10101 | 10111110 | 100011 | 1000100 |
Color Harmonies of #90C0CA
Complementary color
Monochromatic Colors of #90C0CA
Black with #90C0CA
Text Example
Text Example
White with #90C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C0CA; }
p { color: rgb(144,192,202); }
H1.HeaderClassName
{
color: #90C0CA;
}
.AnyTagClassName
{
color: #90C0CA;
}
</style>
background-color css
<style>
a { background-color: #90C0CA; }
a { background-color: rgb(144,192,202); }
div.DivClassName
{
background-color: #90C0CA;
}
.BgClassName
{
background-color: #90C0CA;
}
</style>
border-color css
<style>
span { border-color: #90C0CA; }
span { border-color: rgb(144,192,202); }
td.TdClassName
{
border-color: #90C0CA;
}
.TagClassName
{
border-color: #90C0CA;
}
</style>