Shades of Cornflower #9ABEDC
Tints of Cornflower #9ABEDC
RGB
CMYK
RGB Variations
Color information
#9ABEDC (or 0x9ABEDC) is known color: Cornflower. HEX triplet: 9A, BE and DC. RGB value is (154,190,220). Sum of RGB (Red+Green+Blue) = 154+190+220=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ABEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEDC is #654123. Grayscale: #B6B6B6. Windows color (decimal): -6635812 or 14466714. OLE color: 14466714.
HSL color Cylindrical-coordinate representation of color #9ABEDC: hue angle of 207.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ABEDC is Cyan = 0.3, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 190 | 220 | - |
| CMYK | 0.3 | 0.14 | 0 | 0.14 |
| HSL | 207.27º | 0.49% | 0.73% | - |
| HSV(B) | 207.27º | 0.3% | 0.86% | - |
| XYZ | 44.66 | 48.86 | 74.79 | - |
| YUV | 182.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 220 | 0.3 | 0.14 | 0 | 0.14 | 207.27 | 0.49 | 0.73 |
| Hex | 9A | BE | DC | 1E | E | 0 | E | CF | 31 | 49 |
| Octal | 232 | 276 | 334 | 36 | 16 | 0 | 16 | 317 | 61 | 111 |
| Binary | 10011010 | 10111110 | 11011100 | 11110 | 1110 | 0 | 1110 | 11001111 | 110001 | 1001001 |
Color Harmonies of #9ABEDC
Complementary color
Monochromatic Colors of #9ABEDC
Black with #9ABEDC
Text Example
Text Example
White with #9ABEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEDC; }
p { color: rgb(154,190,220); }
H1.HeaderClassName
{
color: #9ABEDC;
}
.AnyTagClassName
{
color: #9ABEDC;
}
</style>
background-color css
<style>
a { background-color: #9ABEDC; }
a { background-color: rgb(154,190,220); }
div.DivClassName
{
background-color: #9ABEDC;
}
.BgClassName
{
background-color: #9ABEDC;
}
</style>
border-color css
<style>
span { border-color: #9ABEDC; }
span { border-color: rgb(154,190,220); }
td.TdClassName
{
border-color: #9ABEDC;
}
.TagClassName
{
border-color: #9ABEDC;
}
</style>