Shades of Regent St Blue #90BFD0
Tints of Regent St Blue #90BFD0
RGB
CMYK
RGB Variations
Color information
#90BFD0 (or 0x90BFD0) is known color: Regent St Blue. HEX triplet: 90, BF and D0. RGB value is (144,191,208). Sum of RGB (Red+Green+Blue) = 144+191+208=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #90BFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFD0 is #6F402F. Grayscale: #B2B2B2. Windows color (decimal): -7290928 or 13680528. OLE color: 13680528.
HSL color Cylindrical-coordinate representation of color #90BFD0: hue angle of 195.94º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90BFD0 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 191 | 208 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.18 |
| HSL | 195.94º | 0.41% | 0.69% | - |
| HSV(B) | 195.94º | 0.31% | 0.82% | - |
| XYZ | 41.52 | 47.74 | 66.7 | - |
| YUV | 178.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 208 | 0.31 | 0.08 | 0 | 0.18 | 195.94 | 0.41 | 0.69 |
| Hex | 90 | BF | D0 | 1F | 8 | 0 | 12 | C4 | 29 | 45 |
| Octal | 220 | 277 | 320 | 37 | 10 | 0 | 22 | 304 | 51 | 105 |
| Binary | 10010000 | 10111111 | 11010000 | 11111 | 1000 | 0 | 10010 | 11000100 | 101001 | 1000101 |
Color Harmonies of #90BFD0
Complementary color
Monochromatic Colors of #90BFD0
Black with #90BFD0
Text Example
Text Example
White with #90BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFD0; }
p { color: rgb(144,191,208); }
H1.HeaderClassName
{
color: #90BFD0;
}
.AnyTagClassName
{
color: #90BFD0;
}
</style>
background-color css
<style>
a { background-color: #90BFD0; }
a { background-color: rgb(144,191,208); }
div.DivClassName
{
background-color: #90BFD0;
}
.BgClassName
{
background-color: #90BFD0;
}
</style>
border-color css
<style>
span { border-color: #90BFD0; }
span { border-color: rgb(144,191,208); }
td.TdClassName
{
border-color: #90BFD0;
}
.TagClassName
{
border-color: #90BFD0;
}
</style>