Shades of Cornflower #9ACFE5
Tints of Cornflower #9ACFE5
RGB
CMYK
RGB Variations
Color information
#9ACFE5 (or 0x9ACFE5) is known color: Cornflower. HEX triplet: 9A, CF and E5. RGB value is (154,207,229). Sum of RGB (Red+Green+Blue) = 154+207+229=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #9ACFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFE5 is #65301A. Grayscale: #C1C1C1. Windows color (decimal): -6631451 or 15060890. OLE color: 15060890.
HSL color Cylindrical-coordinate representation of color #9ACFE5: hue angle of 197.6º 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 #9ACFE5 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 207 | 229 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.10 |
| HSL | 197.6º | 0.59% | 0.75% | - |
| HSV(B) | 197.6º | 0.33% | 0.9% | - |
| XYZ | 49.78 | 57.15 | 82.54 | - |
| YUV | 193.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 229 | 0.33 | 0.10 | 0 | 0.10 | 197.6 | 0.59 | 0.75 |
| Hex | 9A | CF | E5 | 21 | A | 0 | A | C6 | 3B | 4B |
| Octal | 232 | 317 | 345 | 41 | 12 | 0 | 12 | 306 | 73 | 113 |
| Binary | 10011010 | 11001111 | 11100101 | 100001 | 1010 | 0 | 1010 | 11000110 | 111011 | 1001011 |
Color Harmonies of #9ACFE5
Complementary color
Monochromatic Colors of #9ACFE5
Black with #9ACFE5
Text Example
Text Example
White with #9ACFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFE5; }
p { color: rgb(154,207,229); }
H1.HeaderClassName
{
color: #9ACFE5;
}
.AnyTagClassName
{
color: #9ACFE5;
}
</style>
background-color css
<style>
a { background-color: #9ACFE5; }
a { background-color: rgb(154,207,229); }
div.DivClassName
{
background-color: #9ACFE5;
}
.BgClassName
{
background-color: #9ACFE5;
}
</style>
border-color css
<style>
span { border-color: #9ACFE5; }
span { border-color: rgb(154,207,229); }
td.TdClassName
{
border-color: #9ACFE5;
}
.TagClassName
{
border-color: #9ACFE5;
}
</style>