Shades of Cornflower #90BCDD
Tints of Cornflower #90BCDD
RGB
CMYK
RGB Variations
Color information
#90BCDD (or 0x90BCDD) is known color: Cornflower. HEX triplet: 90, BC and DD. RGB value is (144,188,221). Sum of RGB (Red+Green+Blue) = 144+188+221=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #90BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCDD is #6F4322. Grayscale: #B2B2B2. Windows color (decimal): -7291683 or 14531728. OLE color: 14531728.
HSL color Cylindrical-coordinate representation of color #90BCDD: hue angle of 205.71º degrees, saturation: 0.53, 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 #90BCDD is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 188 | 221 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.13 |
| HSL | 205.71º | 0.53% | 0.72% | - |
| HSV(B) | 205.71º | 0.35% | 0.87% | - |
| XYZ | 42.54 | 47.12 | 75.26 | - |
| YUV | 178.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 221 | 0.35 | 0.15 | 0 | 0.13 | 205.71 | 0.53 | 0.72 |
| Hex | 90 | BC | DD | 23 | F | 0 | D | CE | 35 | 48 |
| Octal | 220 | 274 | 335 | 43 | 17 | 0 | 15 | 316 | 65 | 110 |
| Binary | 10010000 | 10111100 | 11011101 | 100011 | 1111 | 0 | 1101 | 11001110 | 110101 | 1001000 |
Color Harmonies of #90BCDD
Complementary color
Monochromatic Colors of #90BCDD
Black with #90BCDD
Text Example
Text Example
White with #90BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCDD; }
p { color: rgb(144,188,221); }
H1.HeaderClassName
{
color: #90BCDD;
}
.AnyTagClassName
{
color: #90BCDD;
}
</style>
background-color css
<style>
a { background-color: #90BCDD; }
a { background-color: rgb(144,188,221); }
div.DivClassName
{
background-color: #90BCDD;
}
.BgClassName
{
background-color: #90BCDD;
}
</style>
border-color css
<style>
span { border-color: #90BCDD; }
span { border-color: rgb(144,188,221); }
td.TdClassName
{
border-color: #90BCDD;
}
.TagClassName
{
border-color: #90BCDD;
}
</style>