Shades of Cornflower #9ACEE5
Tints of Cornflower #9ACEE5
RGB
CMYK
RGB Variations
Color information
#9ACEE5 (or 0x9ACEE5) is known color: Cornflower. HEX triplet: 9A, CE and E5. RGB value is (154,206,229). Sum of RGB (Red+Green+Blue) = 154+206+229=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #9ACEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACEE5 is #65311A. Grayscale: #C0C0C0. Windows color (decimal): -6631707 or 15060634. OLE color: 15060634.
HSL color Cylindrical-coordinate representation of color #9ACEE5: hue angle of 198.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ACEE5 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 206 | 229 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.10 |
| HSL | 198.4º | 0.59% | 0.75% | - |
| HSV(B) | 198.4º | 0.33% | 0.9% | - |
| XYZ | 49.54 | 56.67 | 82.46 | - |
| YUV | 193.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 229 | 0.33 | 0.10 | 0 | 0.10 | 198.4 | 0.59 | 0.75 |
| Hex | 9A | CE | E5 | 21 | A | 0 | A | C6 | 3B | 4B |
| Octal | 232 | 316 | 345 | 41 | 12 | 0 | 12 | 306 | 73 | 113 |
| Binary | 10011010 | 11001110 | 11100101 | 100001 | 1010 | 0 | 1010 | 11000110 | 111011 | 1001011 |
Color Harmonies of #9ACEE5
Complementary color
Monochromatic Colors of #9ACEE5
Black with #9ACEE5
Text Example
Text Example
White with #9ACEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACEE5; }
p { color: rgb(154,206,229); }
H1.HeaderClassName
{
color: #9ACEE5;
}
.AnyTagClassName
{
color: #9ACEE5;
}
</style>
background-color css
<style>
a { background-color: #9ACEE5; }
a { background-color: rgb(154,206,229); }
div.DivClassName
{
background-color: #9ACEE5;
}
.BgClassName
{
background-color: #9ACEE5;
}
</style>
border-color css
<style>
span { border-color: #9ACEE5; }
span { border-color: rgb(154,206,229); }
td.TdClassName
{
border-color: #9ACEE5;
}
.TagClassName
{
border-color: #9ACEE5;
}
</style>