Shades of Cornflower #90BBDE
Tints of Cornflower #90BBDE
RGB
CMYK
RGB Variations
Color information
#90BBDE (or 0x90BBDE) is known color: Cornflower. HEX triplet: 90, BB and DE. RGB value is (144,187,222). Sum of RGB (Red+Green+Blue) = 144+187+222=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #90BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBDE is #6F4421. Grayscale: #B1B1B1. Windows color (decimal): -7291938 or 14597008. OLE color: 14597008.
HSL color Cylindrical-coordinate representation of color #90BBDE: hue angle of 206.92º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90BBDE is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 187 | 222 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.13 |
| HSL | 206.92º | 0.54% | 0.72% | - |
| HSV(B) | 206.92º | 0.35% | 0.87% | - |
| XYZ | 42.46 | 46.74 | 75.89 | - |
| YUV | 178.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 222 | 0.35 | 0.16 | 0 | 0.13 | 206.92 | 0.54 | 0.72 |
| Hex | 90 | BB | DE | 23 | 10 | 0 | D | CF | 36 | 48 |
| Octal | 220 | 273 | 336 | 43 | 20 | 0 | 15 | 317 | 66 | 110 |
| Binary | 10010000 | 10111011 | 11011110 | 100011 | 10000 | 0 | 1101 | 11001111 | 110110 | 1001000 |
Color Harmonies of #90BBDE
Complementary color
Monochromatic Colors of #90BBDE
Black with #90BBDE
Text Example
Text Example
White with #90BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBDE; }
p { color: rgb(144,187,222); }
H1.HeaderClassName
{
color: #90BBDE;
}
.AnyTagClassName
{
color: #90BBDE;
}
</style>
background-color css
<style>
a { background-color: #90BBDE; }
a { background-color: rgb(144,187,222); }
div.DivClassName
{
background-color: #90BBDE;
}
.BgClassName
{
background-color: #90BBDE;
}
</style>
border-color css
<style>
span { border-color: #90BBDE; }
span { border-color: rgb(144,187,222); }
td.TdClassName
{
border-color: #90BBDE;
}
.TagClassName
{
border-color: #90BBDE;
}
</style>