Shades of Cornflower #9ACDEF
Tints of Cornflower #9ACDEF
RGB
CMYK
RGB Variations
Color information
#9ACDEF (or 0x9ACDEF) is known color: Cornflower. HEX triplet: 9A, CD and EF. RGB value is (154,205,239). Sum of RGB (Red+Green+Blue) = 154+205+239=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ACDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACDEF is #653210. Grayscale: #C1C1C1. Windows color (decimal): -6631953 or 15715738. OLE color: 15715738.
HSL color Cylindrical-coordinate representation of color #9ACDEF: hue angle of 204º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ACDEF is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 205 | 239 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.06 |
| HSL | 204º | 0.73% | 0.77% | - |
| HSV(B) | 204º | 0.36% | 0.94% | - |
| XYZ | 50.74 | 56.76 | 89.94 | - |
| YUV | 193.63 | 153.6 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 239 | 0.36 | 0.14 | 0 | 0.06 | 204 | 0.73 | 0.77 |
| Hex | 9A | CD | EF | 24 | E | 0 | 6 | CC | 49 | 4D |
| Octal | 232 | 315 | 357 | 44 | 16 | 0 | 6 | 314 | 111 | 115 |
| Binary | 10011010 | 11001101 | 11101111 | 100100 | 1110 | 0 | 110 | 11001100 | 1001001 | 1001101 |
Color Harmonies of #9ACDEF
Complementary color
Monochromatic Colors of #9ACDEF
Black with #9ACDEF
Text Example
Text Example
White with #9ACDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDEF; }
p { color: rgb(154,205,239); }
H1.HeaderClassName
{
color: #9ACDEF;
}
.AnyTagClassName
{
color: #9ACDEF;
}
</style>
background-color css
<style>
a { background-color: #9ACDEF; }
a { background-color: rgb(154,205,239); }
div.DivClassName
{
background-color: #9ACDEF;
}
.BgClassName
{
background-color: #9ACDEF;
}
</style>
border-color css
<style>
span { border-color: #9ACDEF; }
span { border-color: rgb(154,205,239); }
td.TdClassName
{
border-color: #9ACDEF;
}
.TagClassName
{
border-color: #9ACDEF;
}
</style>