Shades of Cornflower #9ABEDB
Tints of Cornflower #9ABEDB
RGB
CMYK
RGB Variations
Color information
#9ABEDB (or 0x9ABEDB) is known color: Cornflower. HEX triplet: 9A, BE and DB. RGB value is (154,190,219). Sum of RGB (Red+Green+Blue) = 154+190+219=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ABEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEDB is #654124. Grayscale: #B6B6B6. Windows color (decimal): -6635813 or 14401178. OLE color: 14401178.
HSL color Cylindrical-coordinate representation of color #9ABEDB: hue angle of 206.77º degrees, saturation: 0.47, 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 #9ABEDB is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 190 | 219 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.14 |
| HSL | 206.77º | 0.47% | 0.73% | - |
| HSV(B) | 206.77º | 0.3% | 0.86% | - |
| XYZ | 44.53 | 48.81 | 74.09 | - |
| YUV | 182.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 219 | 0.30 | 0.13 | 0 | 0.14 | 206.77 | 0.47 | 0.73 |
| Hex | 9A | BE | DB | 1E | D | 0 | E | CF | 2F | 49 |
| Octal | 232 | 276 | 333 | 36 | 15 | 0 | 16 | 317 | 57 | 111 |
| Binary | 10011010 | 10111110 | 11011011 | 11110 | 1101 | 0 | 1110 | 11001111 | 101111 | 1001001 |
Color Harmonies of #9ABEDB
Complementary color
Monochromatic Colors of #9ABEDB
Black with #9ABEDB
Text Example
Text Example
White with #9ABEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEDB; }
p { color: rgb(154,190,219); }
H1.HeaderClassName
{
color: #9ABEDB;
}
.AnyTagClassName
{
color: #9ABEDB;
}
</style>
background-color css
<style>
a { background-color: #9ABEDB; }
a { background-color: rgb(154,190,219); }
div.DivClassName
{
background-color: #9ABEDB;
}
.BgClassName
{
background-color: #9ABEDB;
}
</style>
border-color css
<style>
span { border-color: #9ABEDB; }
span { border-color: rgb(154,190,219); }
td.TdClassName
{
border-color: #9ABEDB;
}
.TagClassName
{
border-color: #9ABEDB;
}
</style>