Shades of Cornflower #9AC2DE
Tints of Cornflower #9AC2DE
RGB
CMYK
RGB Variations
Color information
#9AC2DE (or 0x9AC2DE) is known color: Cornflower. HEX triplet: 9A, C2 and DE. RGB value is (154,194,222). Sum of RGB (Red+Green+Blue) = 154+194+222=570 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.02% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AC2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC2DE is #653D21. Grayscale: #B9B9B9. Windows color (decimal): -6634786 or 14598810. OLE color: 14598810.
HSL color Cylindrical-coordinate representation of color #9AC2DE: hue angle of 204.71º degrees, saturation: 0.51, 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 #9AC2DE is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 194 | 222 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.13 |
| HSL | 204.71º | 0.51% | 0.74% | - |
| HSV(B) | 204.71º | 0.31% | 0.87% | - |
| XYZ | 45.8 | 50.73 | 76.48 | - |
| YUV | 185.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 222 | 0.31 | 0.13 | 0 | 0.13 | 204.71 | 0.51 | 0.74 |
| Hex | 9A | C2 | DE | 1F | D | 0 | D | CD | 33 | 4A |
| Octal | 232 | 302 | 336 | 37 | 15 | 0 | 15 | 315 | 63 | 112 |
| Binary | 10011010 | 11000010 | 11011110 | 11111 | 1101 | 0 | 1101 | 11001101 | 110011 | 1001010 |
Color Harmonies of #9AC2DE
Complementary color
Monochromatic Colors of #9AC2DE
Black with #9AC2DE
Text Example
Text Example
White with #9AC2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC2DE; }
p { color: rgb(154,194,222); }
H1.HeaderClassName
{
color: #9AC2DE;
}
.AnyTagClassName
{
color: #9AC2DE;
}
</style>
background-color css
<style>
a { background-color: #9AC2DE; }
a { background-color: rgb(154,194,222); }
div.DivClassName
{
background-color: #9AC2DE;
}
.BgClassName
{
background-color: #9AC2DE;
}
</style>
border-color css
<style>
span { border-color: #9AC2DE; }
span { border-color: rgb(154,194,222); }
td.TdClassName
{
border-color: #9AC2DE;
}
.TagClassName
{
border-color: #9AC2DE;
}
</style>