Shades of Cornflower #9ACFEA
Tints of Cornflower #9ACFEA
RGB
CMYK
RGB Variations
Color information
#9ACFEA (or 0x9ACFEA) is known color: Cornflower. HEX triplet: 9A, CF and EA. RGB value is (154,207,234). Sum of RGB (Red+Green+Blue) = 154+207+234=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ACFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACFEA is #653015. Grayscale: #C2C2C2. Windows color (decimal): -6631446 or 15388570. OLE color: 15388570.
HSL color Cylindrical-coordinate representation of color #9ACFEA: hue angle of 200.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ACFEA is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 207 | 234 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.08 |
| HSL | 200.25º | 0.66% | 0.76% | - |
| HSV(B) | 200.25º | 0.34% | 0.92% | - |
| XYZ | 50.49 | 57.44 | 86.27 | - |
| YUV | 194.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 234 | 0.34 | 0.12 | 0 | 0.08 | 200.25 | 0.66 | 0.76 |
| Hex | 9A | CF | EA | 22 | C | 0 | 8 | C8 | 42 | 4C |
| Octal | 232 | 317 | 352 | 42 | 14 | 0 | 10 | 310 | 102 | 114 |
| Binary | 10011010 | 11001111 | 11101010 | 100010 | 1100 | 0 | 1000 | 11001000 | 1000010 | 1001100 |
Color Harmonies of #9ACFEA
Complementary color
Monochromatic Colors of #9ACFEA
Black with #9ACFEA
Text Example
Text Example
White with #9ACFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFEA; }
p { color: rgb(154,207,234); }
H1.HeaderClassName
{
color: #9ACFEA;
}
.AnyTagClassName
{
color: #9ACFEA;
}
</style>
background-color css
<style>
a { background-color: #9ACFEA; }
a { background-color: rgb(154,207,234); }
div.DivClassName
{
background-color: #9ACFEA;
}
.BgClassName
{
background-color: #9ACFEA;
}
</style>
border-color css
<style>
span { border-color: #9ACFEA; }
span { border-color: rgb(154,207,234); }
td.TdClassName
{
border-color: #9ACFEA;
}
.TagClassName
{
border-color: #9ACFEA;
}
</style>