Shades of Cornflower #9ABFDC
Tints of Cornflower #9ABFDC
RGB
CMYK
RGB Variations
Color information
#9ABFDC (or 0x9ABFDC) is known color: Cornflower. HEX triplet: 9A, BF and DC. RGB value is (154,191,220). Sum of RGB (Red+Green+Blue) = 154+191+220=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ABFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFDC is #654023. Grayscale: #B7B7B7. Windows color (decimal): -6635556 or 14466970. OLE color: 14466970.
HSL color Cylindrical-coordinate representation of color #9ABFDC: hue angle of 206.36º 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 #9ABFDC is Cyan = 0.3, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 191 | 220 | - |
| CMYK | 0.3 | 0.13 | 0 | 0.14 |
| HSL | 206.36º | 0.49% | 0.73% | - |
| HSV(B) | 206.36º | 0.3% | 0.86% | - |
| XYZ | 44.88 | 49.3 | 74.86 | - |
| YUV | 183.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 220 | 0.3 | 0.13 | 0 | 0.14 | 206.36 | 0.49 | 0.73 |
| Hex | 9A | BF | DC | 1E | D | 0 | E | CE | 31 | 49 |
| Octal | 232 | 277 | 334 | 36 | 15 | 0 | 16 | 316 | 61 | 111 |
| Binary | 10011010 | 10111111 | 11011100 | 11110 | 1101 | 0 | 1110 | 11001110 | 110001 | 1001001 |
Color Harmonies of #9ABFDC
Complementary color
Monochromatic Colors of #9ABFDC
Black with #9ABFDC
Text Example
Text Example
White with #9ABFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABFDC; }
p { color: rgb(154,191,220); }
H1.HeaderClassName
{
color: #9ABFDC;
}
.AnyTagClassName
{
color: #9ABFDC;
}
</style>
background-color css
<style>
a { background-color: #9ABFDC; }
a { background-color: rgb(154,191,220); }
div.DivClassName
{
background-color: #9ABFDC;
}
.BgClassName
{
background-color: #9ABFDC;
}
</style>
border-color css
<style>
span { border-color: #9ABFDC; }
span { border-color: rgb(154,191,220); }
td.TdClassName
{
border-color: #9ABFDC;
}
.TagClassName
{
border-color: #9ABFDC;
}
</style>