Shades of Cornflower #9ACEEB
Tints of Cornflower #9ACEEB
RGB
CMYK
RGB Variations
Color information
#9ACEEB (or 0x9ACEEB) is known color: Cornflower. HEX triplet: 9A, CE and EB. RGB value is (154,206,235). Sum of RGB (Red+Green+Blue) = 154+206+235=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ACEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACEEB is #653114. Grayscale: #C1C1C1. Windows color (decimal): -6631701 or 15453850. OLE color: 15453850.
HSL color Cylindrical-coordinate representation of color #9ACEEB: hue angle of 201.48º degrees, saturation: 0.67, 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 #9ACEEB is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 206 | 235 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.08 |
| HSL | 201.48º | 0.67% | 0.76% | - |
| HSV(B) | 201.48º | 0.34% | 0.92% | - |
| XYZ | 50.39 | 57.01 | 86.95 | - |
| YUV | 193.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 235 | 0.34 | 0.12 | 0 | 0.08 | 201.48 | 0.67 | 0.76 |
| Hex | 9A | CE | EB | 22 | C | 0 | 8 | C9 | 43 | 4C |
| Octal | 232 | 316 | 353 | 42 | 14 | 0 | 10 | 311 | 103 | 114 |
| Binary | 10011010 | 11001110 | 11101011 | 100010 | 1100 | 0 | 1000 | 11001001 | 1000011 | 1001100 |
Color Harmonies of #9ACEEB
Complementary color
Monochromatic Colors of #9ACEEB
Black with #9ACEEB
Text Example
Text Example
White with #9ACEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACEEB; }
p { color: rgb(154,206,235); }
H1.HeaderClassName
{
color: #9ACEEB;
}
.AnyTagClassName
{
color: #9ACEEB;
}
</style>
background-color css
<style>
a { background-color: #9ACEEB; }
a { background-color: rgb(154,206,235); }
div.DivClassName
{
background-color: #9ACEEB;
}
.BgClassName
{
background-color: #9ACEEB;
}
</style>
border-color css
<style>
span { border-color: #9ACEEB; }
span { border-color: rgb(154,206,235); }
td.TdClassName
{
border-color: #9ACEEB;
}
.TagClassName
{
border-color: #9ACEEB;
}
</style>