Shades of Cornflower #90BBE7
Tints of Cornflower #90BBE7
RGB
CMYK
RGB Variations
Color information
#90BBE7 (or 0x90BBE7) is known color: Cornflower. HEX triplet: 90, BB and E7. RGB value is (144,187,231). Sum of RGB (Red+Green+Blue) = 144+187+231=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #90BBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BBE7 is #6F4418. Grayscale: #B2B2B2. Windows color (decimal): -7291929 or 15186832. OLE color: 15186832.
HSL color Cylindrical-coordinate representation of color #90BBE7: hue angle of 210.34º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90BBE7 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 187 | 231 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.09 |
| HSL | 210.34º | 0.64% | 0.74% | - |
| HSV(B) | 210.34º | 0.38% | 0.91% | - |
| XYZ | 43.7 | 47.24 | 82.42 | - |
| YUV | 179.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 231 | 0.38 | 0.19 | 0 | 0.09 | 210.34 | 0.64 | 0.74 |
| Hex | 90 | BB | E7 | 26 | 13 | 0 | 9 | D2 | 40 | 4A |
| Octal | 220 | 273 | 347 | 46 | 23 | 0 | 11 | 322 | 100 | 112 |
| Binary | 10010000 | 10111011 | 11100111 | 100110 | 10011 | 0 | 1001 | 11010010 | 1000000 | 1001010 |
Color Harmonies of #90BBE7
Complementary color
Monochromatic Colors of #90BBE7
Black with #90BBE7
Text Example
Text Example
White with #90BBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBE7; }
p { color: rgb(144,187,231); }
H1.HeaderClassName
{
color: #90BBE7;
}
.AnyTagClassName
{
color: #90BBE7;
}
</style>
background-color css
<style>
a { background-color: #90BBE7; }
a { background-color: rgb(144,187,231); }
div.DivClassName
{
background-color: #90BBE7;
}
.BgClassName
{
background-color: #90BBE7;
}
</style>
border-color css
<style>
span { border-color: #90BBE7; }
span { border-color: rgb(144,187,231); }
td.TdClassName
{
border-color: #90BBE7;
}
.TagClassName
{
border-color: #90BBE7;
}
</style>