Shades of Cornflower #9AC0DF
Tints of Cornflower #9AC0DF
RGB
CMYK
RGB Variations
Color information
#9AC0DF (or 0x9AC0DF) is known color: Cornflower. HEX triplet: 9A, C0 and DF. RGB value is (154,192,223). Sum of RGB (Red+Green+Blue) = 154+192+223=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AC0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0DF is #653F20. Grayscale: #B8B8B8. Windows color (decimal): -6635297 or 14663834. OLE color: 14663834.
HSL color Cylindrical-coordinate representation of color #9AC0DF: hue angle of 206.96º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AC0DF is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 192 | 223 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.13 |
| HSL | 206.96º | 0.52% | 0.74% | - |
| HSV(B) | 206.96º | 0.31% | 0.87% | - |
| XYZ | 45.5 | 49.9 | 77.05 | - |
| YUV | 184.17 | 149.91 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 223 | 0.31 | 0.14 | 0 | 0.13 | 206.96 | 0.52 | 0.74 |
| Hex | 9A | C0 | DF | 1F | E | 0 | D | CF | 34 | 4A |
| Octal | 232 | 300 | 337 | 37 | 16 | 0 | 15 | 317 | 64 | 112 |
| Binary | 10011010 | 11000000 | 11011111 | 11111 | 1110 | 0 | 1101 | 11001111 | 110100 | 1001010 |
Color Harmonies of #9AC0DF
Complementary color
Monochromatic Colors of #9AC0DF
Black with #9AC0DF
Text Example
Text Example
White with #9AC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0DF; }
p { color: rgb(154,192,223); }
H1.HeaderClassName
{
color: #9AC0DF;
}
.AnyTagClassName
{
color: #9AC0DF;
}
</style>
background-color css
<style>
a { background-color: #9AC0DF; }
a { background-color: rgb(154,192,223); }
div.DivClassName
{
background-color: #9AC0DF;
}
.BgClassName
{
background-color: #9AC0DF;
}
</style>
border-color css
<style>
span { border-color: #9AC0DF; }
span { border-color: rgb(154,192,223); }
td.TdClassName
{
border-color: #9AC0DF;
}
.TagClassName
{
border-color: #9AC0DF;
}
</style>