Shades of Cornflower #90BEE1
Tints of Cornflower #90BEE1
RGB
CMYK
RGB Variations
Color information
#90BEE1 (or 0x90BEE1) is known color: Cornflower. HEX triplet: 90, BE and E1. RGB value is (144,190,225). Sum of RGB (Red+Green+Blue) = 144+190+225=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #90BEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BEE1 is #6F411E. Grayscale: #B4B4B4. Windows color (decimal): -7291167 or 14794384. OLE color: 14794384.
HSL color Cylindrical-coordinate representation of color #90BEE1: hue angle of 205.93º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90BEE1 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 190 | 225 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.12 |
| HSL | 205.93º | 0.57% | 0.72% | - |
| HSV(B) | 205.93º | 0.36% | 0.88% | - |
| XYZ | 43.51 | 48.19 | 78.24 | - |
| YUV | 180.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 225 | 0.36 | 0.16 | 0 | 0.12 | 205.93 | 0.57 | 0.72 |
| Hex | 90 | BE | E1 | 24 | 10 | 0 | C | CE | 39 | 48 |
| Octal | 220 | 276 | 341 | 44 | 20 | 0 | 14 | 316 | 71 | 110 |
| Binary | 10010000 | 10111110 | 11100001 | 100100 | 10000 | 0 | 1100 | 11001110 | 111001 | 1001000 |
Color Harmonies of #90BEE1
Complementary color
Monochromatic Colors of #90BEE1
Black with #90BEE1
Text Example
Text Example
White with #90BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BEE1; }
p { color: rgb(144,190,225); }
H1.HeaderClassName
{
color: #90BEE1;
}
.AnyTagClassName
{
color: #90BEE1;
}
</style>
background-color css
<style>
a { background-color: #90BEE1; }
a { background-color: rgb(144,190,225); }
div.DivClassName
{
background-color: #90BEE1;
}
.BgClassName
{
background-color: #90BEE1;
}
</style>
border-color css
<style>
span { border-color: #90BEE1; }
span { border-color: rgb(144,190,225); }
td.TdClassName
{
border-color: #90BEE1;
}
.TagClassName
{
border-color: #90BEE1;
}
</style>