Shades of Cornflower #9AD8EF
Tints of Cornflower #9AD8EF
RGB
CMYK
RGB Variations
Color information
#9AD8EF (or 0x9AD8EF) is known color: Cornflower. HEX triplet: 9A, D8 and EF. RGB value is (154,216,239). Sum of RGB (Red+Green+Blue) = 154+216+239=609 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.29% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AD8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD8EF is #652710. Grayscale: #C7C7C7. Windows color (decimal): -6629137 or 15718554. OLE color: 15718554.
HSL color Cylindrical-coordinate representation of color #9AD8EF: hue angle of 196.24º 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 #9AD8EF is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 216 | 239 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.06 |
| HSL | 196.24º | 0.73% | 0.77% | - |
| HSV(B) | 196.24º | 0.36% | 0.94% | - |
| XYZ | 53.46 | 62.21 | 90.85 | - |
| YUV | 200.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 239 | 0.36 | 0.10 | 0 | 0.06 | 196.24 | 0.73 | 0.77 |
| Hex | 9A | D8 | EF | 24 | A | 0 | 6 | C4 | 49 | 4D |
| Octal | 232 | 330 | 357 | 44 | 12 | 0 | 6 | 304 | 111 | 115 |
| Binary | 10011010 | 11011000 | 11101111 | 100100 | 1010 | 0 | 110 | 11000100 | 1001001 | 1001101 |
Color Harmonies of #9AD8EF
Complementary color
Monochromatic Colors of #9AD8EF
Black with #9AD8EF
Text Example
Text Example
White with #9AD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD8EF; }
p { color: rgb(154,216,239); }
H1.HeaderClassName
{
color: #9AD8EF;
}
.AnyTagClassName
{
color: #9AD8EF;
}
</style>
background-color css
<style>
a { background-color: #9AD8EF; }
a { background-color: rgb(154,216,239); }
div.DivClassName
{
background-color: #9AD8EF;
}
.BgClassName
{
background-color: #9AD8EF;
}
</style>
border-color css
<style>
span { border-color: #9AD8EF; }
span { border-color: rgb(154,216,239); }
td.TdClassName
{
border-color: #9AD8EF;
}
.TagClassName
{
border-color: #9AD8EF;
}
</style>