Shades of Cornflower #9ACEEE
Tints of Cornflower #9ACEEE
RGB
CMYK
RGB Variations
Color information
#9ACEEE (or 0x9ACEEE) is known color: Cornflower. HEX triplet: 9A, CE and EE. RGB value is (154,206,238). Sum of RGB (Red+Green+Blue) = 154+206+238=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ACEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACEEE is #653111. Grayscale: #C1C1C1. Windows color (decimal): -6631698 or 15650458. OLE color: 15650458.
HSL color Cylindrical-coordinate representation of color #9ACEEE: hue angle of 202.86º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ACEEE is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 206 | 238 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.07 |
| HSL | 202.86º | 0.71% | 0.77% | - |
| HSV(B) | 202.86º | 0.35% | 0.93% | - |
| XYZ | 50.83 | 57.19 | 89.25 | - |
| YUV | 194.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 238 | 0.35 | 0.13 | 0 | 0.07 | 202.86 | 0.71 | 0.77 |
| Hex | 9A | CE | EE | 23 | D | 0 | 7 | CB | 47 | 4D |
| Octal | 232 | 316 | 356 | 43 | 15 | 0 | 7 | 313 | 107 | 115 |
| Binary | 10011010 | 11001110 | 11101110 | 100011 | 1101 | 0 | 111 | 11001011 | 1000111 | 1001101 |
Color Harmonies of #9ACEEE
Complementary color
Monochromatic Colors of #9ACEEE
Black with #9ACEEE
Text Example
Text Example
White with #9ACEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACEEE; }
p { color: rgb(154,206,238); }
H1.HeaderClassName
{
color: #9ACEEE;
}
.AnyTagClassName
{
color: #9ACEEE;
}
</style>
background-color css
<style>
a { background-color: #9ACEEE; }
a { background-color: rgb(154,206,238); }
div.DivClassName
{
background-color: #9ACEEE;
}
.BgClassName
{
background-color: #9ACEEE;
}
</style>
border-color css
<style>
span { border-color: #9ACEEE; }
span { border-color: rgb(154,206,238); }
td.TdClassName
{
border-color: #9ACEEE;
}
.TagClassName
{
border-color: #9ACEEE;
}
</style>