Shades of Cornflower #90BDE1
Tints of Cornflower #90BDE1
RGB
CMYK
RGB Variations
Color information
#90BDE1 (or 0x90BDE1) is known color: Cornflower. HEX triplet: 90, BD and E1. RGB value is (144,189,225). Sum of RGB (Red+Green+Blue) = 144+189+225=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #90BDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDE1 is #6F421E. Grayscale: #B3B3B3. Windows color (decimal): -7291423 or 14794128. OLE color: 14794128.
HSL color Cylindrical-coordinate representation of color #90BDE1: hue angle of 206.67º 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 #90BDE1 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 189 | 225 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.12 |
| HSL | 206.67º | 0.57% | 0.72% | - |
| HSV(B) | 206.67º | 0.36% | 0.88% | - |
| XYZ | 43.29 | 47.76 | 78.17 | - |
| YUV | 179.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 225 | 0.36 | 0.16 | 0 | 0.12 | 206.67 | 0.57 | 0.72 |
| Hex | 90 | BD | E1 | 24 | 10 | 0 | C | CF | 39 | 48 |
| Octal | 220 | 275 | 341 | 44 | 20 | 0 | 14 | 317 | 71 | 110 |
| Binary | 10010000 | 10111101 | 11100001 | 100100 | 10000 | 0 | 1100 | 11001111 | 111001 | 1001000 |
Color Harmonies of #90BDE1
Complementary color
Monochromatic Colors of #90BDE1
Black with #90BDE1
Text Example
Text Example
White with #90BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDE1; }
p { color: rgb(144,189,225); }
H1.HeaderClassName
{
color: #90BDE1;
}
.AnyTagClassName
{
color: #90BDE1;
}
</style>
background-color css
<style>
a { background-color: #90BDE1; }
a { background-color: rgb(144,189,225); }
div.DivClassName
{
background-color: #90BDE1;
}
.BgClassName
{
background-color: #90BDE1;
}
</style>
border-color css
<style>
span { border-color: #90BDE1; }
span { border-color: rgb(144,189,225); }
td.TdClassName
{
border-color: #90BDE1;
}
.TagClassName
{
border-color: #90BDE1;
}
</style>