Shades of Cornflower #9AD2E9
Tints of Cornflower #9AD2E9
RGB
CMYK
RGB Variations
Color information
#9AD2E9 (or 0x9AD2E9) is known color: Cornflower. HEX triplet: 9A, D2 and E9. RGB value is (154,210,233). Sum of RGB (Red+Green+Blue) = 154+210+233=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #9AD2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD2E9 is #652D16. Grayscale: #C3C3C3. Windows color (decimal): -6630679 or 15323802. OLE color: 15323802.
HSL color Cylindrical-coordinate representation of color #9AD2E9: hue angle of 197.47º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AD2E9 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 210 | 233 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.09 |
| HSL | 197.47º | 0.64% | 0.76% | - |
| HSV(B) | 197.47º | 0.34% | 0.91% | - |
| XYZ | 51.08 | 58.85 | 85.76 | - |
| YUV | 195.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 233 | 0.34 | 0.10 | 0 | 0.09 | 197.47 | 0.64 | 0.76 |
| Hex | 9A | D2 | E9 | 22 | A | 0 | 9 | C5 | 40 | 4C |
| Octal | 232 | 322 | 351 | 42 | 12 | 0 | 11 | 305 | 100 | 114 |
| Binary | 10011010 | 11010010 | 11101001 | 100010 | 1010 | 0 | 1001 | 11000101 | 1000000 | 1001100 |
Color Harmonies of #9AD2E9
Complementary color
Monochromatic Colors of #9AD2E9
Black with #9AD2E9
Text Example
Text Example
White with #9AD2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD2E9; }
p { color: rgb(154,210,233); }
H1.HeaderClassName
{
color: #9AD2E9;
}
.AnyTagClassName
{
color: #9AD2E9;
}
</style>
background-color css
<style>
a { background-color: #9AD2E9; }
a { background-color: rgb(154,210,233); }
div.DivClassName
{
background-color: #9AD2E9;
}
.BgClassName
{
background-color: #9AD2E9;
}
</style>
border-color css
<style>
span { border-color: #9AD2E9; }
span { border-color: rgb(154,210,233); }
td.TdClassName
{
border-color: #9AD2E9;
}
.TagClassName
{
border-color: #9AD2E9;
}
</style>