Shades of Cornflower #90C7DD
Tints of Cornflower #90C7DD
RGB
CMYK
RGB Variations
Color information
#90C7DD (or 0x90C7DD) is known color: Cornflower. HEX triplet: 90, C7 and DD. RGB value is (144,199,221). Sum of RGB (Red+Green+Blue) = 144+199+221=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #90C7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C7DD is #6F3822. Grayscale: #B8B8B8. Windows color (decimal): -7288867 or 14534544. OLE color: 14534544.
HSL color Cylindrical-coordinate representation of color #90C7DD: hue angle of 197.14º 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 #90C7DD is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 199 | 221 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.13 |
| HSL | 197.14º | 0.53% | 0.72% | - |
| HSV(B) | 197.14º | 0.35% | 0.87% | - |
| XYZ | 44.98 | 52 | 76.07 | - |
| YUV | 185.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 221 | 0.35 | 0.10 | 0 | 0.13 | 197.14 | 0.53 | 0.72 |
| Hex | 90 | C7 | DD | 23 | A | 0 | D | C5 | 35 | 48 |
| Octal | 220 | 307 | 335 | 43 | 12 | 0 | 15 | 305 | 65 | 110 |
| Binary | 10010000 | 11000111 | 11011101 | 100011 | 1010 | 0 | 1101 | 11000101 | 110101 | 1001000 |
Color Harmonies of #90C7DD
Complementary color
Monochromatic Colors of #90C7DD
Black with #90C7DD
Text Example
Text Example
White with #90C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C7DD; }
p { color: rgb(144,199,221); }
H1.HeaderClassName
{
color: #90C7DD;
}
.AnyTagClassName
{
color: #90C7DD;
}
</style>
background-color css
<style>
a { background-color: #90C7DD; }
a { background-color: rgb(144,199,221); }
div.DivClassName
{
background-color: #90C7DD;
}
.BgClassName
{
background-color: #90C7DD;
}
</style>
border-color css
<style>
span { border-color: #90C7DD; }
span { border-color: rgb(144,199,221); }
td.TdClassName
{
border-color: #90C7DD;
}
.TagClassName
{
border-color: #90C7DD;
}
</style>