Shades of Cornflower #9AD3EF
Tints of Cornflower #9AD3EF
RGB
CMYK
RGB Variations
Color information
#9AD3EF (or 0x9AD3EF) is known color: Cornflower. HEX triplet: 9A, D3 and EF. RGB value is (154,211,239). Sum of RGB (Red+Green+Blue) = 154+211+239=604 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.50% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AD3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD3EF is #652C10. Grayscale: #C4C4C4. Windows color (decimal): -6630417 or 15717274. OLE color: 15717274.
HSL color Cylindrical-coordinate representation of color #9AD3EF: hue angle of 199.76º 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 #9AD3EF is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 211 | 239 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.06 |
| HSL | 199.76º | 0.73% | 0.77% | - |
| HSV(B) | 199.76º | 0.36% | 0.94% | - |
| XYZ | 52.2 | 59.69 | 90.43 | - |
| YUV | 197.15 | 151.62 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 239 | 0.36 | 0.12 | 0 | 0.06 | 199.76 | 0.73 | 0.77 |
| Hex | 9A | D3 | EF | 24 | C | 0 | 6 | C8 | 49 | 4D |
| Octal | 232 | 323 | 357 | 44 | 14 | 0 | 6 | 310 | 111 | 115 |
| Binary | 10011010 | 11010011 | 11101111 | 100100 | 1100 | 0 | 110 | 11001000 | 1001001 | 1001101 |
Color Harmonies of #9AD3EF
Complementary color
Monochromatic Colors of #9AD3EF
Black with #9AD3EF
Text Example
Text Example
White with #9AD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD3EF; }
p { color: rgb(154,211,239); }
H1.HeaderClassName
{
color: #9AD3EF;
}
.AnyTagClassName
{
color: #9AD3EF;
}
</style>
background-color css
<style>
a { background-color: #9AD3EF; }
a { background-color: rgb(154,211,239); }
div.DivClassName
{
background-color: #9AD3EF;
}
.BgClassName
{
background-color: #9AD3EF;
}
</style>
border-color css
<style>
span { border-color: #9AD3EF; }
span { border-color: rgb(154,211,239); }
td.TdClassName
{
border-color: #9AD3EF;
}
.TagClassName
{
border-color: #9AD3EF;
}
</style>