Shades of Cornflower #9ABEE1
Tints of Cornflower #9ABEE1
RGB
CMYK
RGB Variations
Color information
#9ABEE1 (or 0x9ABEE1) is known color: Cornflower. HEX triplet: 9A, BE and E1. RGB value is (154,190,225). Sum of RGB (Red+Green+Blue) = 154+190+225=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #9ABEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEE1 is #65411E. Grayscale: #B7B7B7. Windows color (decimal): -6635807 or 14794394. OLE color: 14794394.
HSL color Cylindrical-coordinate representation of color #9ABEE1: hue angle of 209.58º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ABEE1 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 190 | 225 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.12 |
| HSL | 209.58º | 0.54% | 0.74% | - |
| HSV(B) | 209.58º | 0.32% | 0.88% | - |
| XYZ | 45.33 | 49.13 | 78.33 | - |
| YUV | 183.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 225 | 0.32 | 0.16 | 0 | 0.12 | 209.58 | 0.54 | 0.74 |
| Hex | 9A | BE | E1 | 20 | 10 | 0 | C | D2 | 36 | 4A |
| Octal | 232 | 276 | 341 | 40 | 20 | 0 | 14 | 322 | 66 | 112 |
| Binary | 10011010 | 10111110 | 11100001 | 100000 | 10000 | 0 | 1100 | 11010010 | 110110 | 1001010 |
Color Harmonies of #9ABEE1
Complementary color
Monochromatic Colors of #9ABEE1
Black with #9ABEE1
Text Example
Text Example
White with #9ABEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEE1; }
p { color: rgb(154,190,225); }
H1.HeaderClassName
{
color: #9ABEE1;
}
.AnyTagClassName
{
color: #9ABEE1;
}
</style>
background-color css
<style>
a { background-color: #9ABEE1; }
a { background-color: rgb(154,190,225); }
div.DivClassName
{
background-color: #9ABEE1;
}
.BgClassName
{
background-color: #9ABEE1;
}
</style>
border-color css
<style>
span { border-color: #9ABEE1; }
span { border-color: rgb(154,190,225); }
td.TdClassName
{
border-color: #9ABEE1;
}
.TagClassName
{
border-color: #9ABEE1;
}
</style>