Shades of Regent St Blue #90C7D1
Tints of Regent St Blue #90C7D1
RGB
CMYK
RGB Variations
Color information
#90C7D1 (or 0x90C7D1) is known color: Regent St Blue. HEX triplet: 90, C7 and D1. RGB value is (144,199,209). Sum of RGB (Red+Green+Blue) = 144+199+209=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #90C7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C7D1 is #6F382E. Grayscale: #B7B7B7. Windows color (decimal): -7288879 or 13748112. OLE color: 13748112.
HSL color Cylindrical-coordinate representation of color #90C7D1: hue angle of 189.23º degrees, saturation: 0.41, 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 #90C7D1 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 199 | 209 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.18 |
| HSL | 189.23º | 0.41% | 0.69% | - |
| HSV(B) | 189.23º | 0.31% | 0.82% | - |
| XYZ | 43.43 | 51.38 | 67.95 | - |
| YUV | 183.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 209 | 0.31 | 0.05 | 0 | 0.18 | 189.23 | 0.41 | 0.69 |
| Hex | 90 | C7 | D1 | 1F | 5 | 0 | 12 | BD | 29 | 45 |
| Octal | 220 | 307 | 321 | 37 | 5 | 0 | 22 | 275 | 51 | 105 |
| Binary | 10010000 | 11000111 | 11010001 | 11111 | 101 | 0 | 10010 | 10111101 | 101001 | 1000101 |
Color Harmonies of #90C7D1
Complementary color
Monochromatic Colors of #90C7D1
Black with #90C7D1
Text Example
Text Example
White with #90C7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C7D1; }
p { color: rgb(144,199,209); }
H1.HeaderClassName
{
color: #90C7D1;
}
.AnyTagClassName
{
color: #90C7D1;
}
</style>
background-color css
<style>
a { background-color: #90C7D1; }
a { background-color: rgb(144,199,209); }
div.DivClassName
{
background-color: #90C7D1;
}
.BgClassName
{
background-color: #90C7D1;
}
</style>
border-color css
<style>
span { border-color: #90C7D1; }
span { border-color: rgb(144,199,209); }
td.TdClassName
{
border-color: #90C7D1;
}
.TagClassName
{
border-color: #90C7D1;
}
</style>