Shades of Cornflower #90C7DF
Tints of Cornflower #90C7DF
RGB
CMYK
RGB Variations
Color information
#90C7DF (or 0x90C7DF) is known color: Cornflower. HEX triplet: 90, C7 and DF. RGB value is (144,199,223). Sum of RGB (Red+Green+Blue) = 144+199+223=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #90C7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C7DF is #6F3820. Grayscale: #B9B9B9. Windows color (decimal): -7288865 or 14665616. OLE color: 14665616.
HSL color Cylindrical-coordinate representation of color #90C7DF: hue angle of 198.23º degrees, saturation: 0.55, 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 #90C7DF is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 199 | 223 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.13 |
| HSL | 198.23º | 0.55% | 0.72% | - |
| HSV(B) | 198.23º | 0.35% | 0.87% | - |
| XYZ | 45.24 | 52.1 | 77.48 | - |
| YUV | 185.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 223 | 0.35 | 0.11 | 0 | 0.13 | 198.23 | 0.55 | 0.72 |
| Hex | 90 | C7 | DF | 23 | B | 0 | D | C6 | 37 | 48 |
| Octal | 220 | 307 | 337 | 43 | 13 | 0 | 15 | 306 | 67 | 110 |
| Binary | 10010000 | 11000111 | 11011111 | 100011 | 1011 | 0 | 1101 | 11000110 | 110111 | 1001000 |
Color Harmonies of #90C7DF
Complementary color
Monochromatic Colors of #90C7DF
Black with #90C7DF
Text Example
Text Example
White with #90C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C7DF; }
p { color: rgb(144,199,223); }
H1.HeaderClassName
{
color: #90C7DF;
}
.AnyTagClassName
{
color: #90C7DF;
}
</style>
background-color css
<style>
a { background-color: #90C7DF; }
a { background-color: rgb(144,199,223); }
div.DivClassName
{
background-color: #90C7DF;
}
.BgClassName
{
background-color: #90C7DF;
}
</style>
border-color css
<style>
span { border-color: #90C7DF; }
span { border-color: rgb(144,199,223); }
td.TdClassName
{
border-color: #90C7DF;
}
.TagClassName
{
border-color: #90C7DF;
}
</style>