Shades of Regent St Blue #90CCDA
Tints of Regent St Blue #90CCDA
RGB
CMYK
RGB Variations
Color information
#90CCDA (or 0x90CCDA) is known color: Regent St Blue. HEX triplet: 90, CC and DA. RGB value is (144,204,218). Sum of RGB (Red+Green+Blue) = 144+204+218=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #90CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCDA is #6F3325. Grayscale: #BBBBBB. Windows color (decimal): -7287590 or 14339216. OLE color: 14339216.
HSL color Cylindrical-coordinate representation of color #90CCDA: hue angle of 191.35º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90CCDA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 204 | 218 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.15 |
| HSL | 191.35º | 0.5% | 0.71% | - |
| HSV(B) | 191.35º | 0.34% | 0.85% | - |
| XYZ | 45.75 | 54.18 | 74.38 | - |
| YUV | 187.66 | 145.12 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 218 | 0.34 | 0.06 | 0 | 0.15 | 191.35 | 0.5 | 0.71 |
| Hex | 90 | CC | DA | 22 | 6 | 0 | F | BF | 32 | 47 |
| Octal | 220 | 314 | 332 | 42 | 6 | 0 | 17 | 277 | 62 | 107 |
| Binary | 10010000 | 11001100 | 11011010 | 100010 | 110 | 0 | 1111 | 10111111 | 110010 | 1000111 |
Color Harmonies of #90CCDA
Complementary color
Monochromatic Colors of #90CCDA
Black with #90CCDA
Text Example
Text Example
White with #90CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCDA; }
p { color: rgb(144,204,218); }
H1.HeaderClassName
{
color: #90CCDA;
}
.AnyTagClassName
{
color: #90CCDA;
}
</style>
background-color css
<style>
a { background-color: #90CCDA; }
a { background-color: rgb(144,204,218); }
div.DivClassName
{
background-color: #90CCDA;
}
.BgClassName
{
background-color: #90CCDA;
}
</style>
border-color css
<style>
span { border-color: #90CCDA; }
span { border-color: rgb(144,204,218); }
td.TdClassName
{
border-color: #90CCDA;
}
.TagClassName
{
border-color: #90CCDA;
}
</style>