Shades of Cornflower #90CFEF
Tints of Cornflower #90CFEF
RGB
CMYK
RGB Variations
Color information
#90CFEF (or 0x90CFEF) is known color: Cornflower. HEX triplet: 90, CF and EF. RGB value is (144,207,239). Sum of RGB (Red+Green+Blue) = 144+207+239=590 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.41% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #90CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CFEF is #6F3010. Grayscale: #BFBFBF. Windows color (decimal): -7286801 or 15716240. OLE color: 15716240.
HSL color Cylindrical-coordinate representation of color #90CFEF: hue angle of 200.21º 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 #90CFEF is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 207 | 239 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.06 |
| HSL | 200.21º | 0.75% | 0.75% | - |
| HSV(B) | 200.21º | 0.4% | 0.94% | - |
| XYZ | 49.39 | 56.79 | 90.02 | - |
| YUV | 191.81 | 154.63 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 239 | 0.40 | 0.13 | 0 | 0.06 | 200.21 | 0.75 | 0.75 |
| Hex | 90 | CF | EF | 28 | D | 0 | 6 | C8 | 4B | 4B |
| Octal | 220 | 317 | 357 | 50 | 15 | 0 | 6 | 310 | 113 | 113 |
| Binary | 10010000 | 11001111 | 11101111 | 101000 | 1101 | 0 | 110 | 11001000 | 1001011 | 1001011 |
Color Harmonies of #90CFEF
Complementary color
Monochromatic Colors of #90CFEF
Black with #90CFEF
Text Example
Text Example
White with #90CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFEF; }
p { color: rgb(144,207,239); }
H1.HeaderClassName
{
color: #90CFEF;
}
.AnyTagClassName
{
color: #90CFEF;
}
</style>
background-color css
<style>
a { background-color: #90CFEF; }
a { background-color: rgb(144,207,239); }
div.DivClassName
{
background-color: #90CFEF;
}
.BgClassName
{
background-color: #90CFEF;
}
</style>
border-color css
<style>
span { border-color: #90CFEF; }
span { border-color: rgb(144,207,239); }
td.TdClassName
{
border-color: #90CFEF;
}
.TagClassName
{
border-color: #90CFEF;
}
</style>