Shades of Cornflower #90BBEE
Tints of Cornflower #90BBEE
RGB
CMYK
RGB Variations
Color information
#90BBEE (or 0x90BBEE) is known color: Cornflower. HEX triplet: 90, BB and EE. RGB value is (144,187,238). Sum of RGB (Red+Green+Blue) = 144+187+238=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #90BBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BBEE is #6F4411. Grayscale: #B3B3B3. Windows color (decimal): -7291922 or 15645584. OLE color: 15645584.
HSL color Cylindrical-coordinate representation of color #90BBEE: hue angle of 212.55º 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 #90BBEE is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 187 | 238 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.07 |
| HSL | 212.55º | 0.73% | 0.75% | - |
| HSV(B) | 212.55º | 0.39% | 0.93% | - |
| XYZ | 44.7 | 47.64 | 87.73 | - |
| YUV | 179.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 238 | 0.39 | 0.21 | 0 | 0.07 | 212.55 | 0.73 | 0.75 |
| Hex | 90 | BB | EE | 27 | 15 | 0 | 7 | D5 | 49 | 4B |
| Octal | 220 | 273 | 356 | 47 | 25 | 0 | 7 | 325 | 111 | 113 |
| Binary | 10010000 | 10111011 | 11101110 | 100111 | 10101 | 0 | 111 | 11010101 | 1001001 | 1001011 |
Color Harmonies of #90BBEE
Complementary color
Monochromatic Colors of #90BBEE
Black with #90BBEE
Text Example
Text Example
White with #90BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBEE; }
p { color: rgb(144,187,238); }
H1.HeaderClassName
{
color: #90BBEE;
}
.AnyTagClassName
{
color: #90BBEE;
}
</style>
background-color css
<style>
a { background-color: #90BBEE; }
a { background-color: rgb(144,187,238); }
div.DivClassName
{
background-color: #90BBEE;
}
.BgClassName
{
background-color: #90BBEE;
}
</style>
border-color css
<style>
span { border-color: #90BBEE; }
span { border-color: rgb(144,187,238); }
td.TdClassName
{
border-color: #90BBEE;
}
.TagClassName
{
border-color: #90BBEE;
}
</style>