Shades of Cornflower #9AD4EF
Tints of Cornflower #9AD4EF
RGB
CMYK
RGB Variations
Color information
#9AD4EF (or 0x9AD4EF) is known color: Cornflower. HEX triplet: 9A, D4 and EF. RGB value is (154,212,239). Sum of RGB (Red+Green+Blue) = 154+212+239=605 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.45% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AD4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD4EF is #652B10. Grayscale: #C5C5C5. Windows color (decimal): -6630161 or 15717530. OLE color: 15717530.
HSL color Cylindrical-coordinate representation of color #9AD4EF: hue angle of 199.06º 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 #9AD4EF is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 212 | 239 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.06 |
| HSL | 199.06º | 0.73% | 0.77% | - |
| HSV(B) | 199.06º | 0.36% | 0.94% | - |
| XYZ | 52.45 | 60.19 | 90.51 | - |
| YUV | 197.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 239 | 0.36 | 0.11 | 0 | 0.06 | 199.06 | 0.73 | 0.77 |
| Hex | 9A | D4 | EF | 24 | B | 0 | 6 | C7 | 49 | 4D |
| Octal | 232 | 324 | 357 | 44 | 13 | 0 | 6 | 307 | 111 | 115 |
| Binary | 10011010 | 11010100 | 11101111 | 100100 | 1011 | 0 | 110 | 11000111 | 1001001 | 1001101 |
Color Harmonies of #9AD4EF
Complementary color
Monochromatic Colors of #9AD4EF
Black with #9AD4EF
Text Example
Text Example
White with #9AD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD4EF; }
p { color: rgb(154,212,239); }
H1.HeaderClassName
{
color: #9AD4EF;
}
.AnyTagClassName
{
color: #9AD4EF;
}
</style>
background-color css
<style>
a { background-color: #9AD4EF; }
a { background-color: rgb(154,212,239); }
div.DivClassName
{
background-color: #9AD4EF;
}
.BgClassName
{
background-color: #9AD4EF;
}
</style>
border-color css
<style>
span { border-color: #9AD4EF; }
span { border-color: rgb(154,212,239); }
td.TdClassName
{
border-color: #9AD4EF;
}
.TagClassName
{
border-color: #9AD4EF;
}
</style>