Shades of Cornflower #90BBEA
Tints of Cornflower #90BBEA
RGB
CMYK
RGB Variations
Color information
#90BBEA (or 0x90BBEA) is known color: Cornflower. HEX triplet: 90, BB and EA. RGB value is (144,187,234). Sum of RGB (Red+Green+Blue) = 144+187+234=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #90BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BBEA is #6F4415. Grayscale: #B3B3B3. Windows color (decimal): -7291926 or 15383440. OLE color: 15383440.
HSL color Cylindrical-coordinate representation of color #90BBEA: hue angle of 211.33º 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 #90BBEA is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 187 | 234 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.08 |
| HSL | 211.33º | 0.68% | 0.74% | - |
| HSV(B) | 211.33º | 0.38% | 0.92% | - |
| XYZ | 44.12 | 47.41 | 84.67 | - |
| YUV | 179.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 234 | 0.38 | 0.20 | 0 | 0.08 | 211.33 | 0.68 | 0.74 |
| Hex | 90 | BB | EA | 26 | 14 | 0 | 8 | D3 | 44 | 4A |
| Octal | 220 | 273 | 352 | 46 | 24 | 0 | 10 | 323 | 104 | 112 |
| Binary | 10010000 | 10111011 | 11101010 | 100110 | 10100 | 0 | 1000 | 11010011 | 1000100 | 1001010 |
Color Harmonies of #90BBEA
Complementary color
Monochromatic Colors of #90BBEA
Black with #90BBEA
Text Example
Text Example
White with #90BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBEA; }
p { color: rgb(144,187,234); }
H1.HeaderClassName
{
color: #90BBEA;
}
.AnyTagClassName
{
color: #90BBEA;
}
</style>
background-color css
<style>
a { background-color: #90BBEA; }
a { background-color: rgb(144,187,234); }
div.DivClassName
{
background-color: #90BBEA;
}
.BgClassName
{
background-color: #90BBEA;
}
</style>
border-color css
<style>
span { border-color: #90BBEA; }
span { border-color: rgb(144,187,234); }
td.TdClassName
{
border-color: #90BBEA;
}
.TagClassName
{
border-color: #90BBEA;
}
</style>