Shades of Cornflower #9AD2EF
Tints of Cornflower #9AD2EF
RGB
CMYK
RGB Variations
Color information
#9AD2EF (or 0x9AD2EF) is known color: Cornflower. HEX triplet: 9A, D2 and EF. RGB value is (154,210,239). Sum of RGB (Red+Green+Blue) = 154+210+239=603 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.54% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AD2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD2EF is #652D10. Grayscale: #C4C4C4. Windows color (decimal): -6630673 or 15717018. OLE color: 15717018.
HSL color Cylindrical-coordinate representation of color #9AD2EF: hue angle of 200.47º 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 #9AD2EF is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 210 | 239 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.06 |
| HSL | 200.47º | 0.73% | 0.77% | - |
| HSV(B) | 200.47º | 0.36% | 0.94% | - |
| XYZ | 51.95 | 59.2 | 90.35 | - |
| YUV | 196.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 239 | 0.36 | 0.12 | 0 | 0.06 | 200.47 | 0.73 | 0.77 |
| Hex | 9A | D2 | EF | 24 | C | 0 | 6 | C8 | 49 | 4D |
| Octal | 232 | 322 | 357 | 44 | 14 | 0 | 6 | 310 | 111 | 115 |
| Binary | 10011010 | 11010010 | 11101111 | 100100 | 1100 | 0 | 110 | 11001000 | 1001001 | 1001101 |
Color Harmonies of #9AD2EF
Complementary color
Monochromatic Colors of #9AD2EF
Black with #9AD2EF
Text Example
Text Example
White with #9AD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD2EF; }
p { color: rgb(154,210,239); }
H1.HeaderClassName
{
color: #9AD2EF;
}
.AnyTagClassName
{
color: #9AD2EF;
}
</style>
background-color css
<style>
a { background-color: #9AD2EF; }
a { background-color: rgb(154,210,239); }
div.DivClassName
{
background-color: #9AD2EF;
}
.BgClassName
{
background-color: #9AD2EF;
}
</style>
border-color css
<style>
span { border-color: #9AD2EF; }
span { border-color: rgb(154,210,239); }
td.TdClassName
{
border-color: #9AD2EF;
}
.TagClassName
{
border-color: #9AD2EF;
}
</style>