Shades of Regent St Blue #90C9D4
Tints of Regent St Blue #90C9D4
RGB
CMYK
RGB Variations
Color information
#90C9D4 (or 0x90C9D4) is known color: Regent St Blue. HEX triplet: 90, C9 and D4. RGB value is (144,201,212). Sum of RGB (Red+Green+Blue) = 144+201+212=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 212 - color contains mainly: blue. Hex color #90C9D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C9D4 is #6F362B. Grayscale: #B9B9B9. Windows color (decimal): -7288364 or 13945232. OLE color: 13945232.
HSL color Cylindrical-coordinate representation of color #90C9D4: hue angle of 189.71º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90C9D4 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 201 | 212 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.17 |
| HSL | 189.71º | 0.44% | 0.7% | - |
| HSV(B) | 189.71º | 0.32% | 0.83% | - |
| XYZ | 44.27 | 52.46 | 70.08 | - |
| YUV | 185.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 212 | 0.32 | 0.05 | 0 | 0.17 | 189.71 | 0.44 | 0.7 |
| Hex | 90 | C9 | D4 | 20 | 5 | 0 | 11 | BE | 2C | 46 |
| Octal | 220 | 311 | 324 | 40 | 5 | 0 | 21 | 276 | 54 | 106 |
| Binary | 10010000 | 11001001 | 11010100 | 100000 | 101 | 0 | 10001 | 10111110 | 101100 | 1000110 |
Color Harmonies of #90C9D4
Complementary color
Monochromatic Colors of #90C9D4
Black with #90C9D4
Text Example
Text Example
White with #90C9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C9D4; }
p { color: rgb(144,201,212); }
H1.HeaderClassName
{
color: #90C9D4;
}
.AnyTagClassName
{
color: #90C9D4;
}
</style>
background-color css
<style>
a { background-color: #90C9D4; }
a { background-color: rgb(144,201,212); }
div.DivClassName
{
background-color: #90C9D4;
}
.BgClassName
{
background-color: #90C9D4;
}
</style>
border-color css
<style>
span { border-color: #90C9D4; }
span { border-color: rgb(144,201,212); }
td.TdClassName
{
border-color: #90C9D4;
}
.TagClassName
{
border-color: #90C9D4;
}
</style>