Shades of Cornflower #9AD1EF
Tints of Cornflower #9AD1EF
RGB
CMYK
RGB Variations
Color information
#9AD1EF (or 0x9AD1EF) is known color: Cornflower. HEX triplet: 9A, D1 and EF. RGB value is (154,209,239). Sum of RGB (Red+Green+Blue) = 154+209+239=602 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.58% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AD1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD1EF is #652E10. Grayscale: #C3C3C3. Windows color (decimal): -6630929 or 15716762. OLE color: 15716762.
HSL color Cylindrical-coordinate representation of color #9AD1EF: hue angle of 201.18º 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 #9AD1EF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 209 | 239 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.06 |
| HSL | 201.18º | 0.73% | 0.77% | - |
| HSV(B) | 201.18º | 0.36% | 0.94% | - |
| XYZ | 51.71 | 58.7 | 90.27 | - |
| YUV | 195.98 | 152.28 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 239 | 0.36 | 0.13 | 0 | 0.06 | 201.18 | 0.73 | 0.77 |
| Hex | 9A | D1 | EF | 24 | D | 0 | 6 | C9 | 49 | 4D |
| Octal | 232 | 321 | 357 | 44 | 15 | 0 | 6 | 311 | 111 | 115 |
| Binary | 10011010 | 11010001 | 11101111 | 100100 | 1101 | 0 | 110 | 11001001 | 1001001 | 1001101 |
Color Harmonies of #9AD1EF
Complementary color
Monochromatic Colors of #9AD1EF
Black with #9AD1EF
Text Example
Text Example
White with #9AD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD1EF; }
p { color: rgb(154,209,239); }
H1.HeaderClassName
{
color: #9AD1EF;
}
.AnyTagClassName
{
color: #9AD1EF;
}
</style>
background-color css
<style>
a { background-color: #9AD1EF; }
a { background-color: rgb(154,209,239); }
div.DivClassName
{
background-color: #9AD1EF;
}
.BgClassName
{
background-color: #9AD1EF;
}
</style>
border-color css
<style>
span { border-color: #9AD1EF; }
span { border-color: rgb(154,209,239); }
td.TdClassName
{
border-color: #9AD1EF;
}
.TagClassName
{
border-color: #9AD1EF;
}
</style>