Shades of Regent St Blue #90C1CB
Tints of Regent St Blue #90C1CB
RGB
CMYK
RGB Variations
Color information
#90C1CB (or 0x90C1CB) is known color: Regent St Blue. HEX triplet: 90, C1 and CB. RGB value is (144,193,203). Sum of RGB (Red+Green+Blue) = 144+193+203=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #90C1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C1CB is #6F3E34. Grayscale: #B3B3B3. Windows color (decimal): -7290421 or 13353360. OLE color: 13353360.
HSL color Cylindrical-coordinate representation of color #90C1CB: hue angle of 190.17º 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 #90C1CB is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 193 | 203 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.20 |
| HSL | 190.17º | 0.36% | 0.68% | - |
| HSV(B) | 190.17º | 0.29% | 0.8% | - |
| XYZ | 41.35 | 48.38 | 63.66 | - |
| YUV | 179.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 203 | 0.29 | 0.05 | 0 | 0.20 | 190.17 | 0.36 | 0.68 |
| Hex | 90 | C1 | CB | 1D | 5 | 0 | 14 | BE | 24 | 44 |
| Octal | 220 | 301 | 313 | 35 | 5 | 0 | 24 | 276 | 44 | 104 |
| Binary | 10010000 | 11000001 | 11001011 | 11101 | 101 | 0 | 10100 | 10111110 | 100100 | 1000100 |
Color Harmonies of #90C1CB
Complementary color
Monochromatic Colors of #90C1CB
Black with #90C1CB
Text Example
Text Example
White with #90C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C1CB; }
p { color: rgb(144,193,203); }
H1.HeaderClassName
{
color: #90C1CB;
}
.AnyTagClassName
{
color: #90C1CB;
}
</style>
background-color css
<style>
a { background-color: #90C1CB; }
a { background-color: rgb(144,193,203); }
div.DivClassName
{
background-color: #90C1CB;
}
.BgClassName
{
background-color: #90C1CB;
}
</style>
border-color css
<style>
span { border-color: #90C1CB; }
span { border-color: rgb(144,193,203); }
td.TdClassName
{
border-color: #90C1CB;
}
.TagClassName
{
border-color: #90C1CB;
}
</style>