Shades of Cornflower #90BDEC
Tints of Cornflower #90BDEC
RGB
CMYK
RGB Variations
Color information
#90BDEC (or 0x90BDEC) is known color: Cornflower. HEX triplet: 90, BD and EC. RGB value is (144,189,236). Sum of RGB (Red+Green+Blue) = 144+189+236=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #90BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BDEC is #6F4213. Grayscale: #B4B4B4. Windows color (decimal): -7291412 or 15515024. OLE color: 15515024.
HSL color Cylindrical-coordinate representation of color #90BDEC: hue angle of 210.65º 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 #90BDEC is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 189 | 236 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.07 |
| HSL | 210.65º | 0.71% | 0.75% | - |
| HSV(B) | 210.65º | 0.39% | 0.93% | - |
| XYZ | 44.84 | 48.38 | 86.33 | - |
| YUV | 180.9 | 159.09 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 236 | 0.39 | 0.20 | 0 | 0.07 | 210.65 | 0.71 | 0.75 |
| Hex | 90 | BD | EC | 27 | 14 | 0 | 7 | D3 | 47 | 4B |
| Octal | 220 | 275 | 354 | 47 | 24 | 0 | 7 | 323 | 107 | 113 |
| Binary | 10010000 | 10111101 | 11101100 | 100111 | 10100 | 0 | 111 | 11010011 | 1000111 | 1001011 |
Color Harmonies of #90BDEC
Complementary color
Monochromatic Colors of #90BDEC
Black with #90BDEC
Text Example
Text Example
White with #90BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDEC; }
p { color: rgb(144,189,236); }
H1.HeaderClassName
{
color: #90BDEC;
}
.AnyTagClassName
{
color: #90BDEC;
}
</style>
background-color css
<style>
a { background-color: #90BDEC; }
a { background-color: rgb(144,189,236); }
div.DivClassName
{
background-color: #90BDEC;
}
.BgClassName
{
background-color: #90BDEC;
}
</style>
border-color css
<style>
span { border-color: #90BDEC; }
span { border-color: rgb(144,189,236); }
td.TdClassName
{
border-color: #90BDEC;
}
.TagClassName
{
border-color: #90BDEC;
}
</style>