Shades of Cornflower #90CEF2
Tints of Cornflower #90CEF2
RGB
CMYK
RGB Variations
Color information
#90CEF2 (or 0x90CEF2) is known color: Cornflower. HEX triplet: 90, CE and F2. RGB value is (144,206,242). Sum of RGB (Red+Green+Blue) = 144+206+242=592 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.32% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #90CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CEF2 is #6F310D. Grayscale: #BFBFBF. Windows color (decimal): -7287054 or 15912592. OLE color: 15912592.
HSL color Cylindrical-coordinate representation of color #90CEF2: hue angle of 202.04º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90CEF2 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 206 | 242 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.05 |
| HSL | 202.04º | 0.79% | 0.76% | - |
| HSV(B) | 202.04º | 0.4% | 0.95% | - |
| XYZ | 49.6 | 56.48 | 92.29 | - |
| YUV | 191.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 242 | 0.40 | 0.15 | 0 | 0.05 | 202.04 | 0.79 | 0.76 |
| Hex | 90 | CE | F2 | 28 | F | 0 | 5 | CA | 4F | 4C |
| Octal | 220 | 316 | 362 | 50 | 17 | 0 | 5 | 312 | 117 | 114 |
| Binary | 10010000 | 11001110 | 11110010 | 101000 | 1111 | 0 | 101 | 11001010 | 1001111 | 1001100 |
Color Harmonies of #90CEF2
Complementary color
Monochromatic Colors of #90CEF2
Black with #90CEF2
Text Example
Text Example
White with #90CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEF2; }
p { color: rgb(144,206,242); }
H1.HeaderClassName
{
color: #90CEF2;
}
.AnyTagClassName
{
color: #90CEF2;
}
</style>
background-color css
<style>
a { background-color: #90CEF2; }
a { background-color: rgb(144,206,242); }
div.DivClassName
{
background-color: #90CEF2;
}
.BgClassName
{
background-color: #90CEF2;
}
</style>
border-color css
<style>
span { border-color: #90CEF2; }
span { border-color: rgb(144,206,242); }
td.TdClassName
{
border-color: #90CEF2;
}
.TagClassName
{
border-color: #90CEF2;
}
</style>