Shades of Regent St Blue #90CCD7
Tints of Regent St Blue #90CCD7
RGB
CMYK
RGB Variations
Color information
#90CCD7 (or 0x90CCD7) is known color: Regent St Blue. HEX triplet: 90, CC and D7. RGB value is (144,204,215). Sum of RGB (Red+Green+Blue) = 144+204+215=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #90CCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCD7 is #6F3328. Grayscale: #BBBBBB. Windows color (decimal): -7287593 or 14142608. OLE color: 14142608.
HSL color Cylindrical-coordinate representation of color #90CCD7: hue angle of 189.3º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90CCD7 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 204 | 215 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.16 |
| HSL | 189.3º | 0.47% | 0.7% | - |
| HSV(B) | 189.3º | 0.33% | 0.84% | - |
| XYZ | 45.36 | 54.02 | 72.33 | - |
| YUV | 187.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 215 | 0.33 | 0.05 | 0 | 0.16 | 189.3 | 0.47 | 0.7 |
| Hex | 90 | CC | D7 | 21 | 5 | 0 | 10 | BD | 2F | 46 |
| Octal | 220 | 314 | 327 | 41 | 5 | 0 | 20 | 275 | 57 | 106 |
| Binary | 10010000 | 11001100 | 11010111 | 100001 | 101 | 0 | 10000 | 10111101 | 101111 | 1000110 |
Color Harmonies of #90CCD7
Complementary color
Monochromatic Colors of #90CCD7
Black with #90CCD7
Text Example
Text Example
White with #90CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCD7; }
p { color: rgb(144,204,215); }
H1.HeaderClassName
{
color: #90CCD7;
}
.AnyTagClassName
{
color: #90CCD7;
}
</style>
background-color css
<style>
a { background-color: #90CCD7; }
a { background-color: rgb(144,204,215); }
div.DivClassName
{
background-color: #90CCD7;
}
.BgClassName
{
background-color: #90CCD7;
}
</style>
border-color css
<style>
span { border-color: #90CCD7; }
span { border-color: rgb(144,204,215); }
td.TdClassName
{
border-color: #90CCD7;
}
.TagClassName
{
border-color: #90CCD7;
}
</style>