Shades of Cornflower #90BAEC
Tints of Cornflower #90BAEC
RGB
CMYK
RGB Variations
Color information
#90BAEC (or 0x90BAEC) is known color: Cornflower. HEX triplet: 90, BA and EC. RGB value is (144,186,236). Sum of RGB (Red+Green+Blue) = 144+186+236=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #90BAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAEC is #6F4513. Grayscale: #B2B2B2. Windows color (decimal): -7292180 or 15514256. OLE color: 15514256.
HSL color Cylindrical-coordinate representation of color #90BAEC: hue angle of 212.61º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90BAEC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 186 | 236 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.07 |
| HSL | 212.61º | 0.71% | 0.75% | - |
| HSV(B) | 212.61º | 0.39% | 0.93% | - |
| XYZ | 44.2 | 47.1 | 86.12 | - |
| YUV | 179.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 236 | 0.39 | 0.21 | 0 | 0.07 | 212.61 | 0.71 | 0.75 |
| Hex | 90 | BA | EC | 27 | 15 | 0 | 7 | D5 | 47 | 4B |
| Octal | 220 | 272 | 354 | 47 | 25 | 0 | 7 | 325 | 107 | 113 |
| Binary | 10010000 | 10111010 | 11101100 | 100111 | 10101 | 0 | 111 | 11010101 | 1000111 | 1001011 |
Color Harmonies of #90BAEC
Complementary color
Monochromatic Colors of #90BAEC
Black with #90BAEC
Text Example
Text Example
White with #90BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAEC; }
p { color: rgb(144,186,236); }
H1.HeaderClassName
{
color: #90BAEC;
}
.AnyTagClassName
{
color: #90BAEC;
}
</style>
background-color css
<style>
a { background-color: #90BAEC; }
a { background-color: rgb(144,186,236); }
div.DivClassName
{
background-color: #90BAEC;
}
.BgClassName
{
background-color: #90BAEC;
}
</style>
border-color css
<style>
span { border-color: #90BAEC; }
span { border-color: rgb(144,186,236); }
td.TdClassName
{
border-color: #90BAEC;
}
.TagClassName
{
border-color: #90BAEC;
}
</style>