Shades of Cornflower #90BCD5
Tints of Cornflower #90BCD5
RGB
CMYK
RGB Variations
Color information
#90BCD5 (or 0x90BCD5) is known color: Cornflower. HEX triplet: 90, BC and D5. RGB value is (144,188,213). Sum of RGB (Red+Green+Blue) = 144+188+213=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #90BCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCD5 is #6F432A. Grayscale: #B1B1B1. Windows color (decimal): -7291691 or 14007440. OLE color: 14007440.
HSL color Cylindrical-coordinate representation of color #90BCD5: hue angle of 201.74º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90BCD5 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 188 | 213 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.16 |
| HSL | 201.74º | 0.45% | 0.7% | - |
| HSV(B) | 201.74º | 0.32% | 0.84% | - |
| XYZ | 41.5 | 46.7 | 69.78 | - |
| YUV | 177.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 213 | 0.32 | 0.12 | 0 | 0.16 | 201.74 | 0.45 | 0.7 |
| Hex | 90 | BC | D5 | 20 | C | 0 | 10 | CA | 2D | 46 |
| Octal | 220 | 274 | 325 | 40 | 14 | 0 | 20 | 312 | 55 | 106 |
| Binary | 10010000 | 10111100 | 11010101 | 100000 | 1100 | 0 | 10000 | 11001010 | 101101 | 1000110 |
Color Harmonies of #90BCD5
Complementary color
Monochromatic Colors of #90BCD5
Black with #90BCD5
Text Example
Text Example
White with #90BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCD5; }
p { color: rgb(144,188,213); }
H1.HeaderClassName
{
color: #90BCD5;
}
.AnyTagClassName
{
color: #90BCD5;
}
</style>
background-color css
<style>
a { background-color: #90BCD5; }
a { background-color: rgb(144,188,213); }
div.DivClassName
{
background-color: #90BCD5;
}
.BgClassName
{
background-color: #90BCD5;
}
</style>
border-color css
<style>
span { border-color: #90BCD5; }
span { border-color: rgb(144,188,213); }
td.TdClassName
{
border-color: #90BCD5;
}
.TagClassName
{
border-color: #90BCD5;
}
</style>