Shades of Cornflower #9ABDDC
Tints of Cornflower #9ABDDC
RGB
CMYK
RGB Variations
Color information
#9ABDDC (or 0x9ABDDC) is known color: Cornflower. HEX triplet: 9A, BD and DC. RGB value is (154,189,220). Sum of RGB (Red+Green+Blue) = 154+189+220=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ABDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDDC is #654223. Grayscale: #B5B5B5. Windows color (decimal): -6636068 or 14466458. OLE color: 14466458.
HSL color Cylindrical-coordinate representation of color #9ABDDC: hue angle of 208.18º 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 #9ABDDC is Cyan = 0.3, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 189 | 220 | - |
| CMYK | 0.3 | 0.14 | 0 | 0.14 |
| HSL | 208.18º | 0.49% | 0.73% | - |
| HSV(B) | 208.18º | 0.3% | 0.86% | - |
| XYZ | 44.44 | 48.43 | 74.72 | - |
| YUV | 182.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 220 | 0.3 | 0.14 | 0 | 0.14 | 208.18 | 0.49 | 0.73 |
| Hex | 9A | BD | DC | 1E | E | 0 | E | D0 | 31 | 49 |
| Octal | 232 | 275 | 334 | 36 | 16 | 0 | 16 | 320 | 61 | 111 |
| Binary | 10011010 | 10111101 | 11011100 | 11110 | 1110 | 0 | 1110 | 11010000 | 110001 | 1001001 |
Color Harmonies of #9ABDDC
Complementary color
Monochromatic Colors of #9ABDDC
Black with #9ABDDC
Text Example
Text Example
White with #9ABDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDDC; }
p { color: rgb(154,189,220); }
H1.HeaderClassName
{
color: #9ABDDC;
}
.AnyTagClassName
{
color: #9ABDDC;
}
</style>
background-color css
<style>
a { background-color: #9ABDDC; }
a { background-color: rgb(154,189,220); }
div.DivClassName
{
background-color: #9ABDDC;
}
.BgClassName
{
background-color: #9ABDDC;
}
</style>
border-color css
<style>
span { border-color: #9ABDDC; }
span { border-color: rgb(154,189,220); }
td.TdClassName
{
border-color: #9ABDDC;
}
.TagClassName
{
border-color: #9ABDDC;
}
</style>