Shades of Regent St Blue #90CEDA
Tints of Regent St Blue #90CEDA
RGB
CMYK
RGB Variations
Color information
#90CEDA (or 0x90CEDA) is known color: Regent St Blue. HEX triplet: 90, CE and DA. RGB value is (144,206,218). Sum of RGB (Red+Green+Blue) = 144+206+218=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #90CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEDA is #6F3125. Grayscale: #BCBCBC. Windows color (decimal): -7287078 or 14339728. OLE color: 14339728.
HSL color Cylindrical-coordinate representation of color #90CEDA: hue angle of 189.73º 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 #90CEDA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 206 | 218 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.15 |
| HSL | 189.73º | 0.5% | 0.71% | - |
| HSV(B) | 189.73º | 0.34% | 0.85% | - |
| XYZ | 46.23 | 55.13 | 74.54 | - |
| YUV | 188.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 218 | 0.34 | 0.06 | 0 | 0.15 | 189.73 | 0.5 | 0.71 |
| Hex | 90 | CE | DA | 22 | 6 | 0 | F | BE | 32 | 47 |
| Octal | 220 | 316 | 332 | 42 | 6 | 0 | 17 | 276 | 62 | 107 |
| Binary | 10010000 | 11001110 | 11011010 | 100010 | 110 | 0 | 1111 | 10111110 | 110010 | 1000111 |
Color Harmonies of #90CEDA
Complementary color
Monochromatic Colors of #90CEDA
Black with #90CEDA
Text Example
Text Example
White with #90CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEDA; }
p { color: rgb(144,206,218); }
H1.HeaderClassName
{
color: #90CEDA;
}
.AnyTagClassName
{
color: #90CEDA;
}
</style>
background-color css
<style>
a { background-color: #90CEDA; }
a { background-color: rgb(144,206,218); }
div.DivClassName
{
background-color: #90CEDA;
}
.BgClassName
{
background-color: #90CEDA;
}
</style>
border-color css
<style>
span { border-color: #90CEDA; }
span { border-color: rgb(144,206,218); }
td.TdClassName
{
border-color: #90CEDA;
}
.TagClassName
{
border-color: #90CEDA;
}
</style>