Shades of Regent St Blue #90CFDC
Tints of Regent St Blue #90CFDC
RGB
CMYK
RGB Variations
Color information
#90CFDC (or 0x90CFDC) is known color: Regent St Blue. HEX triplet: 90, CF and DC. RGB value is (144,207,220). Sum of RGB (Red+Green+Blue) = 144+207+220=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #90CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CFDC is #6F3023. Grayscale: #BDBDBD. Windows color (decimal): -7286820 or 14471056. OLE color: 14471056.
HSL color Cylindrical-coordinate representation of color #90CFDC: hue angle of 190.26º 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 #90CFDC is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 207 | 220 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.14 |
| HSL | 190.26º | 0.52% | 0.71% | - |
| HSV(B) | 190.26º | 0.35% | 0.86% | - |
| XYZ | 46.73 | 55.72 | 76 | - |
| YUV | 189.65 | 145.13 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 220 | 0.35 | 0.06 | 0 | 0.14 | 190.26 | 0.52 | 0.71 |
| Hex | 90 | CF | DC | 23 | 6 | 0 | E | BE | 34 | 47 |
| Octal | 220 | 317 | 334 | 43 | 6 | 0 | 16 | 276 | 64 | 107 |
| Binary | 10010000 | 11001111 | 11011100 | 100011 | 110 | 0 | 1110 | 10111110 | 110100 | 1000111 |
Color Harmonies of #90CFDC
Complementary color
Monochromatic Colors of #90CFDC
Black with #90CFDC
Text Example
Text Example
White with #90CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFDC; }
p { color: rgb(144,207,220); }
H1.HeaderClassName
{
color: #90CFDC;
}
.AnyTagClassName
{
color: #90CFDC;
}
</style>
background-color css
<style>
a { background-color: #90CFDC; }
a { background-color: rgb(144,207,220); }
div.DivClassName
{
background-color: #90CFDC;
}
.BgClassName
{
background-color: #90CFDC;
}
</style>
border-color css
<style>
span { border-color: #90CFDC; }
span { border-color: rgb(144,207,220); }
td.TdClassName
{
border-color: #90CFDC;
}
.TagClassName
{
border-color: #90CFDC;
}
</style>