Shades of Cornflower #90BBE5
Tints of Cornflower #90BBE5
RGB
CMYK
RGB Variations
Color information
#90BBE5 (or 0x90BBE5) is known color: Cornflower. HEX triplet: 90, BB and E5. RGB value is (144,187,229). Sum of RGB (Red+Green+Blue) = 144+187+229=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #90BBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBE5 is #6F441A. Grayscale: #B2B2B2. Windows color (decimal): -7291931 or 15055760. OLE color: 15055760.
HSL color Cylindrical-coordinate representation of color #90BBE5: hue angle of 209.65º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90BBE5 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 187 | 229 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.10 |
| HSL | 209.65º | 0.62% | 0.73% | - |
| HSV(B) | 209.65º | 0.37% | 0.9% | - |
| XYZ | 43.41 | 47.13 | 80.94 | - |
| YUV | 178.93 | 156.25 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 229 | 0.37 | 0.18 | 0 | 0.10 | 209.65 | 0.62 | 0.73 |
| Hex | 90 | BB | E5 | 25 | 12 | 0 | A | D2 | 3E | 49 |
| Octal | 220 | 273 | 345 | 45 | 22 | 0 | 12 | 322 | 76 | 111 |
| Binary | 10010000 | 10111011 | 11100101 | 100101 | 10010 | 0 | 1010 | 11010010 | 111110 | 1001001 |
Color Harmonies of #90BBE5
Complementary color
Monochromatic Colors of #90BBE5
Black with #90BBE5
Text Example
Text Example
White with #90BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBE5; }
p { color: rgb(144,187,229); }
H1.HeaderClassName
{
color: #90BBE5;
}
.AnyTagClassName
{
color: #90BBE5;
}
</style>
background-color css
<style>
a { background-color: #90BBE5; }
a { background-color: rgb(144,187,229); }
div.DivClassName
{
background-color: #90BBE5;
}
.BgClassName
{
background-color: #90BBE5;
}
</style>
border-color css
<style>
span { border-color: #90BBE5; }
span { border-color: rgb(144,187,229); }
td.TdClassName
{
border-color: #90BBE5;
}
.TagClassName
{
border-color: #90BBE5;
}
</style>