Shades of Regent St Blue #90CDD8
Tints of Regent St Blue #90CDD8
RGB
CMYK
RGB Variations
Color information
#90CDD8 (or 0x90CDD8) is known color: Regent St Blue. HEX triplet: 90, CD and D8. RGB value is (144,205,216). Sum of RGB (Red+Green+Blue) = 144+205+216=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #90CDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDD8 is #6F3227. Grayscale: #BBBBBB. Windows color (decimal): -7287336 or 14208400. OLE color: 14208400.
HSL color Cylindrical-coordinate representation of color #90CDD8: hue angle of 189.17º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90CDD8 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 205 | 216 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.15 |
| HSL | 189.17º | 0.48% | 0.71% | - |
| HSV(B) | 189.17º | 0.33% | 0.85% | - |
| XYZ | 45.73 | 54.55 | 73.08 | - |
| YUV | 188.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 216 | 0.33 | 0.05 | 0 | 0.15 | 189.17 | 0.48 | 0.71 |
| Hex | 90 | CD | D8 | 21 | 5 | 0 | F | BD | 30 | 47 |
| Octal | 220 | 315 | 330 | 41 | 5 | 0 | 17 | 275 | 60 | 107 |
| Binary | 10010000 | 11001101 | 11011000 | 100001 | 101 | 0 | 1111 | 10111101 | 110000 | 1000111 |
Color Harmonies of #90CDD8
Complementary color
Monochromatic Colors of #90CDD8
Black with #90CDD8
Text Example
Text Example
White with #90CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDD8; }
p { color: rgb(144,205,216); }
H1.HeaderClassName
{
color: #90CDD8;
}
.AnyTagClassName
{
color: #90CDD8;
}
</style>
background-color css
<style>
a { background-color: #90CDD8; }
a { background-color: rgb(144,205,216); }
div.DivClassName
{
background-color: #90CDD8;
}
.BgClassName
{
background-color: #90CDD8;
}
</style>
border-color css
<style>
span { border-color: #90CDD8; }
span { border-color: rgb(144,205,216); }
td.TdClassName
{
border-color: #90CDD8;
}
.TagClassName
{
border-color: #90CDD8;
}
</style>