Shades of Regent St Blue #90CDDC
Tints of Regent St Blue #90CDDC
RGB
CMYK
RGB Variations
Color information
#90CDDC (or 0x90CDDC) is known color: Regent St Blue. HEX triplet: 90, CD and DC. RGB value is (144,205,220). Sum of RGB (Red+Green+Blue) = 144+205+220=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #90CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDDC is #6F3223. Grayscale: #BCBCBC. Windows color (decimal): -7287332 or 14470544. OLE color: 14470544.
HSL color Cylindrical-coordinate representation of color #90CDDC: hue angle of 191.84º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90CDDC is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 205 | 220 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.14 |
| HSL | 191.84º | 0.52% | 0.71% | - |
| HSV(B) | 191.84º | 0.35% | 0.86% | - |
| XYZ | 46.25 | 54.76 | 75.84 | - |
| YUV | 188.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 220 | 0.35 | 0.07 | 0 | 0.14 | 191.84 | 0.52 | 0.71 |
| Hex | 90 | CD | DC | 23 | 7 | 0 | E | C0 | 34 | 47 |
| Octal | 220 | 315 | 334 | 43 | 7 | 0 | 16 | 300 | 64 | 107 |
| Binary | 10010000 | 11001101 | 11011100 | 100011 | 111 | 0 | 1110 | 11000000 | 110100 | 1000111 |
Color Harmonies of #90CDDC
Complementary color
Monochromatic Colors of #90CDDC
Black with #90CDDC
Text Example
Text Example
White with #90CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDDC; }
p { color: rgb(144,205,220); }
H1.HeaderClassName
{
color: #90CDDC;
}
.AnyTagClassName
{
color: #90CDDC;
}
</style>
background-color css
<style>
a { background-color: #90CDDC; }
a { background-color: rgb(144,205,220); }
div.DivClassName
{
background-color: #90CDDC;
}
.BgClassName
{
background-color: #90CDDC;
}
</style>
border-color css
<style>
span { border-color: #90CDDC; }
span { border-color: rgb(144,205,220); }
td.TdClassName
{
border-color: #90CDDC;
}
.TagClassName
{
border-color: #90CDDC;
}
</style>