Shades of Cornflower #90CDEF
Tints of Cornflower #90CDEF
RGB
CMYK
RGB Variations
Color information
#90CDEF (or 0x90CDEF) is known color: Cornflower. HEX triplet: 90, CD and EF. RGB value is (144,205,239). Sum of RGB (Red+Green+Blue) = 144+205+239=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #90CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CDEF is #6F3210. Grayscale: #BEBEBE. Windows color (decimal): -7287313 or 15715728. OLE color: 15715728.
HSL color Cylindrical-coordinate representation of color #90CDEF: hue angle of 201.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90CDEF is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 205 | 239 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.06 |
| HSL | 201.47º | 0.75% | 0.75% | - |
| HSV(B) | 201.47º | 0.4% | 0.94% | - |
| XYZ | 48.91 | 55.82 | 89.86 | - |
| YUV | 190.64 | 155.29 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 239 | 0.40 | 0.14 | 0 | 0.06 | 201.47 | 0.75 | 0.75 |
| Hex | 90 | CD | EF | 28 | E | 0 | 6 | C9 | 4B | 4B |
| Octal | 220 | 315 | 357 | 50 | 16 | 0 | 6 | 311 | 113 | 113 |
| Binary | 10010000 | 11001101 | 11101111 | 101000 | 1110 | 0 | 110 | 11001001 | 1001011 | 1001011 |
Color Harmonies of #90CDEF
Complementary color
Monochromatic Colors of #90CDEF
Black with #90CDEF
Text Example
Text Example
White with #90CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDEF; }
p { color: rgb(144,205,239); }
H1.HeaderClassName
{
color: #90CDEF;
}
.AnyTagClassName
{
color: #90CDEF;
}
</style>
background-color css
<style>
a { background-color: #90CDEF; }
a { background-color: rgb(144,205,239); }
div.DivClassName
{
background-color: #90CDEF;
}
.BgClassName
{
background-color: #90CDEF;
}
</style>
border-color css
<style>
span { border-color: #90CDEF; }
span { border-color: rgb(144,205,239); }
td.TdClassName
{
border-color: #90CDEF;
}
.TagClassName
{
border-color: #90CDEF;
}
</style>