Shades of Cornflower #90CCED
Tints of Cornflower #90CCED
RGB
CMYK
RGB Variations
Color information
#90CCED (or 0x90CCED) is known color: Cornflower. HEX triplet: 90, CC and ED. RGB value is (144,204,237). Sum of RGB (Red+Green+Blue) = 144+204+237=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #90CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CCED is #6F3312. Grayscale: #BDBDBD. Windows color (decimal): -7287571 or 15584400. OLE color: 15584400.
HSL color Cylindrical-coordinate representation of color #90CCED: hue angle of 201.29º degrees, saturation: 0.72, 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 #90CCED is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 204 | 237 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.07 |
| HSL | 201.29º | 0.72% | 0.75% | - |
| HSV(B) | 201.29º | 0.39% | 0.93% | - |
| XYZ | 48.38 | 55.23 | 88.23 | - |
| YUV | 189.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 237 | 0.39 | 0.14 | 0 | 0.07 | 201.29 | 0.72 | 0.75 |
| Hex | 90 | CC | ED | 27 | E | 0 | 7 | C9 | 48 | 4B |
| Octal | 220 | 314 | 355 | 47 | 16 | 0 | 7 | 311 | 110 | 113 |
| Binary | 10010000 | 11001100 | 11101101 | 100111 | 1110 | 0 | 111 | 11001001 | 1001000 | 1001011 |
Color Harmonies of #90CCED
Complementary color
Monochromatic Colors of #90CCED
Black with #90CCED
Text Example
Text Example
White with #90CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCED; }
p { color: rgb(144,204,237); }
H1.HeaderClassName
{
color: #90CCED;
}
.AnyTagClassName
{
color: #90CCED;
}
</style>
background-color css
<style>
a { background-color: #90CCED; }
a { background-color: rgb(144,204,237); }
div.DivClassName
{
background-color: #90CCED;
}
.BgClassName
{
background-color: #90CCED;
}
</style>
border-color css
<style>
span { border-color: #90CCED; }
span { border-color: rgb(144,204,237); }
td.TdClassName
{
border-color: #90CCED;
}
.TagClassName
{
border-color: #90CCED;
}
</style>