Shades of Cornflower #90C8DE
Tints of Cornflower #90C8DE
RGB
CMYK
RGB Variations
Color information
#90C8DE (or 0x90C8DE) is known color: Cornflower. HEX triplet: 90, C8 and DE. RGB value is (144,200,222). Sum of RGB (Red+Green+Blue) = 144+200+222=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #90C8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C8DE is #6F3721. Grayscale: #B9B9B9. Windows color (decimal): -7288610 or 14600336. OLE color: 14600336.
HSL color Cylindrical-coordinate representation of color #90C8DE: hue angle of 196.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 #90C8DE is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 200 | 222 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.13 |
| HSL | 196.92º | 0.54% | 0.72% | - |
| HSV(B) | 196.92º | 0.35% | 0.87% | - |
| XYZ | 45.34 | 52.51 | 76.85 | - |
| YUV | 185.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 222 | 0.35 | 0.10 | 0 | 0.13 | 196.92 | 0.54 | 0.72 |
| Hex | 90 | C8 | DE | 23 | A | 0 | D | C5 | 36 | 48 |
| Octal | 220 | 310 | 336 | 43 | 12 | 0 | 15 | 305 | 66 | 110 |
| Binary | 10010000 | 11001000 | 11011110 | 100011 | 1010 | 0 | 1101 | 11000101 | 110110 | 1001000 |
Color Harmonies of #90C8DE
Complementary color
Monochromatic Colors of #90C8DE
Black with #90C8DE
Text Example
Text Example
White with #90C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C8DE; }
p { color: rgb(144,200,222); }
H1.HeaderClassName
{
color: #90C8DE;
}
.AnyTagClassName
{
color: #90C8DE;
}
</style>
background-color css
<style>
a { background-color: #90C8DE; }
a { background-color: rgb(144,200,222); }
div.DivClassName
{
background-color: #90C8DE;
}
.BgClassName
{
background-color: #90C8DE;
}
</style>
border-color css
<style>
span { border-color: #90C8DE; }
span { border-color: rgb(144,200,222); }
td.TdClassName
{
border-color: #90C8DE;
}
.TagClassName
{
border-color: #90C8DE;
}
</style>