Shades of Cornflower #90C8EC
Tints of Cornflower #90C8EC
RGB
CMYK
RGB Variations
Color information
#90C8EC (or 0x90C8EC) is known color: Cornflower. HEX triplet: 90, C8 and EC. RGB value is (144,200,236). Sum of RGB (Red+Green+Blue) = 144+200+236=580 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.83% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #90C8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C8EC is #6F3713. Grayscale: #BBBBBB. Windows color (decimal): -7288596 or 15517840. OLE color: 15517840.
HSL color Cylindrical-coordinate representation of color #90C8EC: hue angle of 203.48º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90C8EC is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 200 | 236 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.07 |
| HSL | 203.48º | 0.71% | 0.75% | - |
| HSV(B) | 203.48º | 0.39% | 0.93% | - |
| XYZ | 47.3 | 53.29 | 87.15 | - |
| YUV | 187.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 236 | 0.39 | 0.15 | 0 | 0.07 | 203.48 | 0.71 | 0.75 |
| Hex | 90 | C8 | EC | 27 | F | 0 | 7 | CB | 47 | 4B |
| Octal | 220 | 310 | 354 | 47 | 17 | 0 | 7 | 313 | 107 | 113 |
| Binary | 10010000 | 11001000 | 11101100 | 100111 | 1111 | 0 | 111 | 11001011 | 1000111 | 1001011 |
Color Harmonies of #90C8EC
Complementary color
Monochromatic Colors of #90C8EC
Black with #90C8EC
Text Example
Text Example
White with #90C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C8EC; }
p { color: rgb(144,200,236); }
H1.HeaderClassName
{
color: #90C8EC;
}
.AnyTagClassName
{
color: #90C8EC;
}
</style>
background-color css
<style>
a { background-color: #90C8EC; }
a { background-color: rgb(144,200,236); }
div.DivClassName
{
background-color: #90C8EC;
}
.BgClassName
{
background-color: #90C8EC;
}
</style>
border-color css
<style>
span { border-color: #90C8EC; }
span { border-color: rgb(144,200,236); }
td.TdClassName
{
border-color: #90C8EC;
}
.TagClassName
{
border-color: #90C8EC;
}
</style>