Shades of Cornflower #90B9EA
Tints of Cornflower #90B9EA
RGB
CMYK
RGB Variations
Color information
#90B9EA (or 0x90B9EA) is known color: Cornflower. HEX triplet: 90, B9 and EA. RGB value is (144,185,234). Sum of RGB (Red+Green+Blue) = 144+185+234=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #90B9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B9EA is #6F4615. Grayscale: #B2B2B2. Windows color (decimal): -7292438 or 15382928. OLE color: 15382928.
HSL color Cylindrical-coordinate representation of color #90B9EA: hue angle of 212.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90B9EA is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 185 | 234 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.08 |
| HSL | 212.67º | 0.68% | 0.74% | - |
| HSV(B) | 212.67º | 0.38% | 0.92% | - |
| XYZ | 43.7 | 46.57 | 84.53 | - |
| YUV | 178.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 185 | 234 | 0.38 | 0.21 | 0 | 0.08 | 212.67 | 0.68 | 0.74 |
| Hex | 90 | B9 | EA | 26 | 15 | 0 | 8 | D5 | 44 | 4A |
| Octal | 220 | 271 | 352 | 46 | 25 | 0 | 10 | 325 | 104 | 112 |
| Binary | 10010000 | 10111001 | 11101010 | 100110 | 10101 | 0 | 1000 | 11010101 | 1000100 | 1001010 |
Color Harmonies of #90B9EA
Complementary color
Monochromatic Colors of #90B9EA
Black with #90B9EA
Text Example
Text Example
White with #90B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B9EA; }
p { color: rgb(144,185,234); }
H1.HeaderClassName
{
color: #90B9EA;
}
.AnyTagClassName
{
color: #90B9EA;
}
</style>
background-color css
<style>
a { background-color: #90B9EA; }
a { background-color: rgb(144,185,234); }
div.DivClassName
{
background-color: #90B9EA;
}
.BgClassName
{
background-color: #90B9EA;
}
</style>
border-color css
<style>
span { border-color: #90B9EA; }
span { border-color: rgb(144,185,234); }
td.TdClassName
{
border-color: #90B9EA;
}
.TagClassName
{
border-color: #90B9EA;
}
</style>