Shades of Cornflower #9ACDE9
Tints of Cornflower #9ACDE9
RGB
CMYK
RGB Variations
Color information
#9ACDE9 (or 0x9ACDE9) is known color: Cornflower. HEX triplet: 9A, CD and E9. RGB value is (154,205,233). Sum of RGB (Red+Green+Blue) = 154+205+233=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #9ACDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACDE9 is #653216. Grayscale: #C0C0C0. Windows color (decimal): -6631959 or 15322522. OLE color: 15322522.
HSL color Cylindrical-coordinate representation of color #9ACDE9: hue angle of 201.27º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ACDE9 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 205 | 233 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.09 |
| HSL | 201.27º | 0.64% | 0.76% | - |
| HSV(B) | 201.27º | 0.34% | 0.91% | - |
| XYZ | 49.87 | 56.42 | 85.35 | - |
| YUV | 192.94 | 150.6 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 233 | 0.34 | 0.12 | 0 | 0.09 | 201.27 | 0.64 | 0.76 |
| Hex | 9A | CD | E9 | 22 | C | 0 | 9 | C9 | 40 | 4C |
| Octal | 232 | 315 | 351 | 42 | 14 | 0 | 11 | 311 | 100 | 114 |
| Binary | 10011010 | 11001101 | 11101001 | 100010 | 1100 | 0 | 1001 | 11001001 | 1000000 | 1001100 |
Color Harmonies of #9ACDE9
Complementary color
Monochromatic Colors of #9ACDE9
Black with #9ACDE9
Text Example
Text Example
White with #9ACDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDE9; }
p { color: rgb(154,205,233); }
H1.HeaderClassName
{
color: #9ACDE9;
}
.AnyTagClassName
{
color: #9ACDE9;
}
</style>
background-color css
<style>
a { background-color: #9ACDE9; }
a { background-color: rgb(154,205,233); }
div.DivClassName
{
background-color: #9ACDE9;
}
.BgClassName
{
background-color: #9ACDE9;
}
</style>
border-color css
<style>
span { border-color: #9ACDE9; }
span { border-color: rgb(154,205,233); }
td.TdClassName
{
border-color: #9ACDE9;
}
.TagClassName
{
border-color: #9ACDE9;
}
</style>