Shades of Regent St Blue #90BDCF
Tints of Regent St Blue #90BDCF
RGB
CMYK
RGB Variations
Color information
#90BDCF (or 0x90BDCF) is known color: Regent St Blue. HEX triplet: 90, BD and CF. RGB value is (144,189,207). Sum of RGB (Red+Green+Blue) = 144+189+207=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #90BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDCF is #6F4230. Grayscale: #B1B1B1. Windows color (decimal): -7291441 or 13614480. OLE color: 13614480.
HSL color Cylindrical-coordinate representation of color #90BDCF: hue angle of 197.14º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90BDCF is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 189 | 207 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.19 |
| HSL | 197.14º | 0.4% | 0.69% | - |
| HSV(B) | 197.14º | 0.3% | 0.81% | - |
| XYZ | 40.96 | 46.83 | 65.91 | - |
| YUV | 177.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 207 | 0.30 | 0.09 | 0 | 0.19 | 197.14 | 0.4 | 0.69 |
| Hex | 90 | BD | CF | 1E | 9 | 0 | 13 | C5 | 28 | 45 |
| Octal | 220 | 275 | 317 | 36 | 11 | 0 | 23 | 305 | 50 | 105 |
| Binary | 10010000 | 10111101 | 11001111 | 11110 | 1001 | 0 | 10011 | 11000101 | 101000 | 1000101 |
Color Harmonies of #90BDCF
Complementary color
Monochromatic Colors of #90BDCF
Black with #90BDCF
Text Example
Text Example
White with #90BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDCF; }
p { color: rgb(144,189,207); }
H1.HeaderClassName
{
color: #90BDCF;
}
.AnyTagClassName
{
color: #90BDCF;
}
</style>
background-color css
<style>
a { background-color: #90BDCF; }
a { background-color: rgb(144,189,207); }
div.DivClassName
{
background-color: #90BDCF;
}
.BgClassName
{
background-color: #90BDCF;
}
</style>
border-color css
<style>
span { border-color: #90BDCF; }
span { border-color: rgb(144,189,207); }
td.TdClassName
{
border-color: #90BDCF;
}
.TagClassName
{
border-color: #90BDCF;
}
</style>