Shades of Cornflower #9AD0EF
Tints of Cornflower #9AD0EF
RGB
CMYK
RGB Variations
Color information
#9AD0EF (or 0x9AD0EF) is known color: Cornflower. HEX triplet: 9A, D0 and EF. RGB value is (154,208,239). Sum of RGB (Red+Green+Blue) = 154+208+239=601 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.62% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AD0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD0EF is #652F10. Grayscale: #C3C3C3. Windows color (decimal): -6631185 or 15716506. OLE color: 15716506.
HSL color Cylindrical-coordinate representation of color #9AD0EF: hue angle of 201.88º 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 #9AD0EF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 208 | 239 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.06 |
| HSL | 201.88º | 0.73% | 0.77% | - |
| HSV(B) | 201.88º | 0.36% | 0.94% | - |
| XYZ | 51.46 | 58.21 | 90.19 | - |
| YUV | 195.39 | 152.61 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 239 | 0.36 | 0.13 | 0 | 0.06 | 201.88 | 0.73 | 0.77 |
| Hex | 9A | D0 | EF | 24 | D | 0 | 6 | CA | 49 | 4D |
| Octal | 232 | 320 | 357 | 44 | 15 | 0 | 6 | 312 | 111 | 115 |
| Binary | 10011010 | 11010000 | 11101111 | 100100 | 1101 | 0 | 110 | 11001010 | 1001001 | 1001101 |
Color Harmonies of #9AD0EF
Complementary color
Monochromatic Colors of #9AD0EF
Black with #9AD0EF
Text Example
Text Example
White with #9AD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD0EF; }
p { color: rgb(154,208,239); }
H1.HeaderClassName
{
color: #9AD0EF;
}
.AnyTagClassName
{
color: #9AD0EF;
}
</style>
background-color css
<style>
a { background-color: #9AD0EF; }
a { background-color: rgb(154,208,239); }
div.DivClassName
{
background-color: #9AD0EF;
}
.BgClassName
{
background-color: #9AD0EF;
}
</style>
border-color css
<style>
span { border-color: #9AD0EF; }
span { border-color: rgb(154,208,239); }
td.TdClassName
{
border-color: #9AD0EF;
}
.TagClassName
{
border-color: #9AD0EF;
}
</style>