Shades of Cornflower #90BCE9
Tints of Cornflower #90BCE9
RGB
CMYK
RGB Variations
Color information
#90BCE9 (or 0x90BCE9) is known color: Cornflower. HEX triplet: 90, BC and E9. RGB value is (144,188,233). Sum of RGB (Red+Green+Blue) = 144+188+233=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #90BCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCE9 is #6F4316. Grayscale: #B3B3B3. Windows color (decimal): -7291671 or 15318160. OLE color: 15318160.
HSL color Cylindrical-coordinate representation of color #90BCE9: hue angle of 210.34º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90BCE9 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 188 | 233 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.09 |
| HSL | 210.34º | 0.67% | 0.74% | - |
| HSV(B) | 210.34º | 0.38% | 0.91% | - |
| XYZ | 44.19 | 47.78 | 83.98 | - |
| YUV | 179.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 233 | 0.38 | 0.19 | 0 | 0.09 | 210.34 | 0.67 | 0.74 |
| Hex | 90 | BC | E9 | 26 | 13 | 0 | 9 | D2 | 43 | 4A |
| Octal | 220 | 274 | 351 | 46 | 23 | 0 | 11 | 322 | 103 | 112 |
| Binary | 10010000 | 10111100 | 11101001 | 100110 | 10011 | 0 | 1001 | 11010010 | 1000011 | 1001010 |
Color Harmonies of #90BCE9
Complementary color
Monochromatic Colors of #90BCE9
Black with #90BCE9
Text Example
Text Example
White with #90BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCE9; }
p { color: rgb(144,188,233); }
H1.HeaderClassName
{
color: #90BCE9;
}
.AnyTagClassName
{
color: #90BCE9;
}
</style>
background-color css
<style>
a { background-color: #90BCE9; }
a { background-color: rgb(144,188,233); }
div.DivClassName
{
background-color: #90BCE9;
}
.BgClassName
{
background-color: #90BCE9;
}
</style>
border-color css
<style>
span { border-color: #90BCE9; }
span { border-color: rgb(144,188,233); }
td.TdClassName
{
border-color: #90BCE9;
}
.TagClassName
{
border-color: #90BCE9;
}
</style>