Shades of Regent St Blue #90CDDB
Tints of Regent St Blue #90CDDB
RGB
CMYK
RGB Variations
Color information
#90CDDB (or 0x90CDDB) is known color: Regent St Blue. HEX triplet: 90, CD and DB. RGB value is (144,205,219). Sum of RGB (Red+Green+Blue) = 144+205+219=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #90CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDDB is #6F3224. Grayscale: #BCBCBC. Windows color (decimal): -7287333 or 14405008. OLE color: 14405008.
HSL color Cylindrical-coordinate representation of color #90CDDB: hue angle of 191.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90CDDB is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 205 | 219 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.14 |
| HSL | 191.2º | 0.51% | 0.71% | - |
| HSV(B) | 191.2º | 0.34% | 0.86% | - |
| XYZ | 46.12 | 54.71 | 75.15 | - |
| YUV | 188.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 219 | 0.34 | 0.06 | 0 | 0.14 | 191.2 | 0.51 | 0.71 |
| Hex | 90 | CD | DB | 22 | 6 | 0 | E | BF | 33 | 47 |
| Octal | 220 | 315 | 333 | 42 | 6 | 0 | 16 | 277 | 63 | 107 |
| Binary | 10010000 | 11001101 | 11011011 | 100010 | 110 | 0 | 1110 | 10111111 | 110011 | 1000111 |
Color Harmonies of #90CDDB
Complementary color
Monochromatic Colors of #90CDDB
Black with #90CDDB
Text Example
Text Example
White with #90CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDDB; }
p { color: rgb(144,205,219); }
H1.HeaderClassName
{
color: #90CDDB;
}
.AnyTagClassName
{
color: #90CDDB;
}
</style>
background-color css
<style>
a { background-color: #90CDDB; }
a { background-color: rgb(144,205,219); }
div.DivClassName
{
background-color: #90CDDB;
}
.BgClassName
{
background-color: #90CDDB;
}
</style>
border-color css
<style>
span { border-color: #90CDDB; }
span { border-color: rgb(144,205,219); }
td.TdClassName
{
border-color: #90CDDB;
}
.TagClassName
{
border-color: #90CDDB;
}
</style>