Shades of Regent St Blue #90CBDA
Tints of Regent St Blue #90CBDA
RGB
CMYK
RGB Variations
Color information
#90CBDA (or 0x90CBDA) is known color: Regent St Blue. HEX triplet: 90, CB and DA. RGB value is (144,203,218). Sum of RGB (Red+Green+Blue) = 144+203+218=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #90CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CBDA is #6F3425. Grayscale: #BABABA. Windows color (decimal): -7287846 or 14338960. OLE color: 14338960.
HSL color Cylindrical-coordinate representation of color #90CBDA: hue angle of 192.16º 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 #90CBDA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 203 | 218 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.15 |
| HSL | 192.16º | 0.5% | 0.71% | - |
| HSV(B) | 192.16º | 0.34% | 0.85% | - |
| XYZ | 45.51 | 53.7 | 74.3 | - |
| YUV | 187.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 218 | 0.34 | 0.07 | 0 | 0.15 | 192.16 | 0.5 | 0.71 |
| Hex | 90 | CB | DA | 22 | 7 | 0 | F | C0 | 32 | 47 |
| Octal | 220 | 313 | 332 | 42 | 7 | 0 | 17 | 300 | 62 | 107 |
| Binary | 10010000 | 11001011 | 11011010 | 100010 | 111 | 0 | 1111 | 11000000 | 110010 | 1000111 |
Color Harmonies of #90CBDA
Complementary color
Monochromatic Colors of #90CBDA
Black with #90CBDA
Text Example
Text Example
White with #90CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CBDA; }
p { color: rgb(144,203,218); }
H1.HeaderClassName
{
color: #90CBDA;
}
.AnyTagClassName
{
color: #90CBDA;
}
</style>
background-color css
<style>
a { background-color: #90CBDA; }
a { background-color: rgb(144,203,218); }
div.DivClassName
{
background-color: #90CBDA;
}
.BgClassName
{
background-color: #90CBDA;
}
</style>
border-color css
<style>
span { border-color: #90CBDA; }
span { border-color: rgb(144,203,218); }
td.TdClassName
{
border-color: #90CBDA;
}
.TagClassName
{
border-color: #90CBDA;
}
</style>