Shades of Regent St Blue #90BFCE
Tints of Regent St Blue #90BFCE
RGB
CMYK
RGB Variations
Color information
#90BFCE (or 0x90BFCE) is known color: Regent St Blue. HEX triplet: 90, BF and CE. RGB value is (144,191,206). Sum of RGB (Red+Green+Blue) = 144+191+206=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #90BFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFCE is #6F4031. Grayscale: #B2B2B2. Windows color (decimal): -7290930 or 13549456. OLE color: 13549456.
HSL color Cylindrical-coordinate representation of color #90BFCE: hue angle of 194.52º degrees, saturation: 0.39, 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 #90BFCE is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 191 | 206 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.19 |
| HSL | 194.52º | 0.39% | 0.69% | - |
| HSV(B) | 194.52º | 0.3% | 0.81% | - |
| XYZ | 41.27 | 47.65 | 65.41 | - |
| YUV | 178.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 206 | 0.30 | 0.07 | 0 | 0.19 | 194.52 | 0.39 | 0.69 |
| Hex | 90 | BF | CE | 1E | 7 | 0 | 13 | C3 | 27 | 45 |
| Octal | 220 | 277 | 316 | 36 | 7 | 0 | 23 | 303 | 47 | 105 |
| Binary | 10010000 | 10111111 | 11001110 | 11110 | 111 | 0 | 10011 | 11000011 | 100111 | 1000101 |
Color Harmonies of #90BFCE
Complementary color
Monochromatic Colors of #90BFCE
Black with #90BFCE
Text Example
Text Example
White with #90BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFCE; }
p { color: rgb(144,191,206); }
H1.HeaderClassName
{
color: #90BFCE;
}
.AnyTagClassName
{
color: #90BFCE;
}
</style>
background-color css
<style>
a { background-color: #90BFCE; }
a { background-color: rgb(144,191,206); }
div.DivClassName
{
background-color: #90BFCE;
}
.BgClassName
{
background-color: #90BFCE;
}
</style>
border-color css
<style>
span { border-color: #90BFCE; }
span { border-color: rgb(144,191,206); }
td.TdClassName
{
border-color: #90BFCE;
}
.TagClassName
{
border-color: #90BFCE;
}
</style>