Shades of Cornflower #90BCEE
Tints of Cornflower #90BCEE
RGB
CMYK
RGB Variations
Color information
#90BCEE (or 0x90BCEE) is known color: Cornflower. HEX triplet: 90, BC and EE. RGB value is (144,188,238). Sum of RGB (Red+Green+Blue) = 144+188+238=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #90BCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCEE is #6F4311. Grayscale: #B4B4B4. Windows color (decimal): -7291666 or 15645840. OLE color: 15645840.
HSL color Cylindrical-coordinate representation of color #90BCEE: hue angle of 211.91º degrees, saturation: 0.73, 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 #90BCEE is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 188 | 238 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.07 |
| HSL | 211.91º | 0.73% | 0.75% | - |
| HSV(B) | 211.91º | 0.39% | 0.93% | - |
| XYZ | 44.92 | 48.07 | 87.8 | - |
| YUV | 180.54 | 160.42 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 238 | 0.39 | 0.21 | 0 | 0.07 | 211.91 | 0.73 | 0.75 |
| Hex | 90 | BC | EE | 27 | 15 | 0 | 7 | D4 | 49 | 4B |
| Octal | 220 | 274 | 356 | 47 | 25 | 0 | 7 | 324 | 111 | 113 |
| Binary | 10010000 | 10111100 | 11101110 | 100111 | 10101 | 0 | 111 | 11010100 | 1001001 | 1001011 |
Color Harmonies of #90BCEE
Complementary color
Monochromatic Colors of #90BCEE
Black with #90BCEE
Text Example
Text Example
White with #90BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCEE; }
p { color: rgb(144,188,238); }
H1.HeaderClassName
{
color: #90BCEE;
}
.AnyTagClassName
{
color: #90BCEE;
}
</style>
background-color css
<style>
a { background-color: #90BCEE; }
a { background-color: rgb(144,188,238); }
div.DivClassName
{
background-color: #90BCEE;
}
.BgClassName
{
background-color: #90BCEE;
}
</style>
border-color css
<style>
span { border-color: #90BCEE; }
span { border-color: rgb(144,188,238); }
td.TdClassName
{
border-color: #90BCEE;
}
.TagClassName
{
border-color: #90BCEE;
}
</style>