Shades of Cornflower #90CDEA
Tints of Cornflower #90CDEA
RGB
CMYK
RGB Variations
Color information
#90CDEA (or 0x90CDEA) is known color: Cornflower. HEX triplet: 90, CD and EA. RGB value is (144,205,234). Sum of RGB (Red+Green+Blue) = 144+205+234=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #90CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CDEA is #6F3215. Grayscale: #BDBDBD. Windows color (decimal): -7287318 or 15388048. OLE color: 15388048.
HSL color Cylindrical-coordinate representation of color #90CDEA: hue angle of 199.33º 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 #90CDEA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 205 | 234 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.08 |
| HSL | 199.33º | 0.68% | 0.74% | - |
| HSV(B) | 199.33º | 0.38% | 0.92% | - |
| XYZ | 48.18 | 55.53 | 86.02 | - |
| YUV | 190.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 234 | 0.38 | 0.12 | 0 | 0.08 | 199.33 | 0.68 | 0.74 |
| Hex | 90 | CD | EA | 26 | C | 0 | 8 | C7 | 44 | 4A |
| Octal | 220 | 315 | 352 | 46 | 14 | 0 | 10 | 307 | 104 | 112 |
| Binary | 10010000 | 11001101 | 11101010 | 100110 | 1100 | 0 | 1000 | 11000111 | 1000100 | 1001010 |
Color Harmonies of #90CDEA
Complementary color
Monochromatic Colors of #90CDEA
Black with #90CDEA
Text Example
Text Example
White with #90CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDEA; }
p { color: rgb(144,205,234); }
H1.HeaderClassName
{
color: #90CDEA;
}
.AnyTagClassName
{
color: #90CDEA;
}
</style>
background-color css
<style>
a { background-color: #90CDEA; }
a { background-color: rgb(144,205,234); }
div.DivClassName
{
background-color: #90CDEA;
}
.BgClassName
{
background-color: #90CDEA;
}
</style>
border-color css
<style>
span { border-color: #90CDEA; }
span { border-color: rgb(144,205,234); }
td.TdClassName
{
border-color: #90CDEA;
}
.TagClassName
{
border-color: #90CDEA;
}
</style>