Shades of Cornflower #90BEE8
Tints of Cornflower #90BEE8
RGB
CMYK
RGB Variations
Color information
#90BEE8 (or 0x90BEE8) is known color: Cornflower. HEX triplet: 90, BE and E8. RGB value is (144,190,232). Sum of RGB (Red+Green+Blue) = 144+190+232=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 232 - color contains mainly: blue. Hex color #90BEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BEE8 is #6F4117. Grayscale: #B4B4B4. Windows color (decimal): -7291160 or 15253136. OLE color: 15253136.
HSL color Cylindrical-coordinate representation of color #90BEE8: hue angle of 208.64º degrees, saturation: 0.66, 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 #90BEE8 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 190 | 232 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.09 |
| HSL | 208.64º | 0.66% | 0.74% | - |
| HSV(B) | 208.64º | 0.38% | 0.91% | - |
| XYZ | 44.48 | 48.58 | 83.38 | - |
| YUV | 181.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 232 | 0.38 | 0.18 | 0 | 0.09 | 208.64 | 0.66 | 0.74 |
| Hex | 90 | BE | E8 | 26 | 12 | 0 | 9 | D1 | 42 | 4A |
| Octal | 220 | 276 | 350 | 46 | 22 | 0 | 11 | 321 | 102 | 112 |
| Binary | 10010000 | 10111110 | 11101000 | 100110 | 10010 | 0 | 1001 | 11010001 | 1000010 | 1001010 |
Color Harmonies of #90BEE8
Complementary color
Monochromatic Colors of #90BEE8
Black with #90BEE8
Text Example
Text Example
White with #90BEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BEE8; }
p { color: rgb(144,190,232); }
H1.HeaderClassName
{
color: #90BEE8;
}
.AnyTagClassName
{
color: #90BEE8;
}
</style>
background-color css
<style>
a { background-color: #90BEE8; }
a { background-color: rgb(144,190,232); }
div.DivClassName
{
background-color: #90BEE8;
}
.BgClassName
{
background-color: #90BEE8;
}
</style>
border-color css
<style>
span { border-color: #90BEE8; }
span { border-color: rgb(144,190,232); }
td.TdClassName
{
border-color: #90BEE8;
}
.TagClassName
{
border-color: #90BEE8;
}
</style>