Shades of Cornflower #90C2EA
Tints of Cornflower #90C2EA
RGB
CMYK
RGB Variations
Color information
#90C2EA (or 0x90C2EA) is known color: Cornflower. HEX triplet: 90, C2 and EA. RGB value is (144,194,234). Sum of RGB (Red+Green+Blue) = 144+194+234=572 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.17% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #90C2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C2EA is #6F3D15. Grayscale: #B7B7B7. Windows color (decimal): -7290134 or 15385232. OLE color: 15385232.
HSL color Cylindrical-coordinate representation of color #90C2EA: hue angle of 206.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90C2EA is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 194 | 234 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.08 |
| HSL | 206.67º | 0.68% | 0.74% | - |
| HSV(B) | 206.67º | 0.38% | 0.92% | - |
| XYZ | 45.64 | 50.45 | 85.17 | - |
| YUV | 183.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 234 | 0.38 | 0.17 | 0 | 0.08 | 206.67 | 0.68 | 0.74 |
| Hex | 90 | C2 | EA | 26 | 11 | 0 | 8 | CF | 44 | 4A |
| Octal | 220 | 302 | 352 | 46 | 21 | 0 | 10 | 317 | 104 | 112 |
| Binary | 10010000 | 11000010 | 11101010 | 100110 | 10001 | 0 | 1000 | 11001111 | 1000100 | 1001010 |
Color Harmonies of #90C2EA
Complementary color
Monochromatic Colors of #90C2EA
Black with #90C2EA
Text Example
Text Example
White with #90C2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C2EA; }
p { color: rgb(144,194,234); }
H1.HeaderClassName
{
color: #90C2EA;
}
.AnyTagClassName
{
color: #90C2EA;
}
</style>
background-color css
<style>
a { background-color: #90C2EA; }
a { background-color: rgb(144,194,234); }
div.DivClassName
{
background-color: #90C2EA;
}
.BgClassName
{
background-color: #90C2EA;
}
</style>
border-color css
<style>
span { border-color: #90C2EA; }
span { border-color: rgb(144,194,234); }
td.TdClassName
{
border-color: #90C2EA;
}
.TagClassName
{
border-color: #90C2EA;
}
</style>