Shades of Cornflower #90BAEE
Tints of Cornflower #90BAEE
RGB
CMYK
RGB Variations
Color information
#90BAEE (or 0x90BAEE) is known color: Cornflower. HEX triplet: 90, BA and EE. RGB value is (144,186,238). Sum of RGB (Red+Green+Blue) = 144+186+238=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #90BAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAEE is #6F4511. Grayscale: #B3B3B3. Windows color (decimal): -7292178 or 15645328. OLE color: 15645328.
HSL color Cylindrical-coordinate representation of color #90BAEE: hue angle of 213.19º degrees, saturation: 0.73, 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 #90BAEE is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 186 | 238 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.07 |
| HSL | 213.19º | 0.73% | 0.75% | - |
| HSV(B) | 213.19º | 0.39% | 0.93% | - |
| XYZ | 44.49 | 47.22 | 87.66 | - |
| YUV | 179.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 238 | 0.39 | 0.22 | 0 | 0.07 | 213.19 | 0.73 | 0.75 |
| Hex | 90 | BA | EE | 27 | 16 | 0 | 7 | D5 | 49 | 4B |
| Octal | 220 | 272 | 356 | 47 | 26 | 0 | 7 | 325 | 111 | 113 |
| Binary | 10010000 | 10111010 | 11101110 | 100111 | 10110 | 0 | 111 | 11010101 | 1001001 | 1001011 |
Color Harmonies of #90BAEE
Complementary color
Monochromatic Colors of #90BAEE
Black with #90BAEE
Text Example
Text Example
White with #90BAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAEE; }
p { color: rgb(144,186,238); }
H1.HeaderClassName
{
color: #90BAEE;
}
.AnyTagClassName
{
color: #90BAEE;
}
</style>
background-color css
<style>
a { background-color: #90BAEE; }
a { background-color: rgb(144,186,238); }
div.DivClassName
{
background-color: #90BAEE;
}
.BgClassName
{
background-color: #90BAEE;
}
</style>
border-color css
<style>
span { border-color: #90BAEE; }
span { border-color: rgb(144,186,238); }
td.TdClassName
{
border-color: #90BAEE;
}
.TagClassName
{
border-color: #90BAEE;
}
</style>