Shades of Cornflower #90BBE8
Tints of Cornflower #90BBE8
RGB
CMYK
RGB Variations
Color information
#90BBE8 (or 0x90BBE8) is known color: Cornflower. HEX triplet: 90, BB and E8. RGB value is (144,187,232). Sum of RGB (Red+Green+Blue) = 144+187+232=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #90BBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BBE8 is #6F4417. Grayscale: #B3B3B3. Windows color (decimal): -7291928 or 15252368. OLE color: 15252368.
HSL color Cylindrical-coordinate representation of color #90BBE8: hue angle of 210.68º degrees, saturation: 0.66, 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 #90BBE8 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 187 | 232 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.09 |
| HSL | 210.68º | 0.66% | 0.74% | - |
| HSV(B) | 210.68º | 0.38% | 0.91% | - |
| XYZ | 43.84 | 47.3 | 83.16 | - |
| YUV | 179.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 232 | 0.38 | 0.19 | 0 | 0.09 | 210.68 | 0.66 | 0.74 |
| Hex | 90 | BB | E8 | 26 | 13 | 0 | 9 | D3 | 42 | 4A |
| Octal | 220 | 273 | 350 | 46 | 23 | 0 | 11 | 323 | 102 | 112 |
| Binary | 10010000 | 10111011 | 11101000 | 100110 | 10011 | 0 | 1001 | 11010011 | 1000010 | 1001010 |
Color Harmonies of #90BBE8
Complementary color
Monochromatic Colors of #90BBE8
Black with #90BBE8
Text Example
Text Example
White with #90BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBE8; }
p { color: rgb(144,187,232); }
H1.HeaderClassName
{
color: #90BBE8;
}
.AnyTagClassName
{
color: #90BBE8;
}
</style>
background-color css
<style>
a { background-color: #90BBE8; }
a { background-color: rgb(144,187,232); }
div.DivClassName
{
background-color: #90BBE8;
}
.BgClassName
{
background-color: #90BBE8;
}
</style>
border-color css
<style>
span { border-color: #90BBE8; }
span { border-color: rgb(144,187,232); }
td.TdClassName
{
border-color: #90BBE8;
}
.TagClassName
{
border-color: #90BBE8;
}
</style>