Shades of Cornflower #90BCEF
Tints of Cornflower #90BCEF
RGB
CMYK
RGB Variations
Color information
#90BCEF (or 0x90BCEF) is known color: Cornflower. HEX triplet: 90, BC and EF. RGB value is (144,188,239). Sum of RGB (Red+Green+Blue) = 144+188+239=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #90BCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCEF is #6F4310. Grayscale: #B4B4B4. Windows color (decimal): -7291665 or 15711376. OLE color: 15711376.
HSL color Cylindrical-coordinate representation of color #90BCEF: hue angle of 212.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 #90BCEF is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 188 | 239 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.06 |
| HSL | 212.21º | 0.75% | 0.75% | - |
| HSV(B) | 212.21º | 0.4% | 0.94% | - |
| XYZ | 45.06 | 48.13 | 88.58 | - |
| YUV | 180.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 239 | 0.40 | 0.21 | 0 | 0.06 | 212.21 | 0.75 | 0.75 |
| Hex | 90 | BC | EF | 28 | 15 | 0 | 6 | D4 | 4B | 4B |
| Octal | 220 | 274 | 357 | 50 | 25 | 0 | 6 | 324 | 113 | 113 |
| Binary | 10010000 | 10111100 | 11101111 | 101000 | 10101 | 0 | 110 | 11010100 | 1001011 | 1001011 |
Color Harmonies of #90BCEF
Complementary color
Monochromatic Colors of #90BCEF
Black with #90BCEF
Text Example
Text Example
White with #90BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCEF; }
p { color: rgb(144,188,239); }
H1.HeaderClassName
{
color: #90BCEF;
}
.AnyTagClassName
{
color: #90BCEF;
}
</style>
background-color css
<style>
a { background-color: #90BCEF; }
a { background-color: rgb(144,188,239); }
div.DivClassName
{
background-color: #90BCEF;
}
.BgClassName
{
background-color: #90BCEF;
}
</style>
border-color css
<style>
span { border-color: #90BCEF; }
span { border-color: rgb(144,188,239); }
td.TdClassName
{
border-color: #90BCEF;
}
.TagClassName
{
border-color: #90BCEF;
}
</style>