Shades of Cornflower #9ABDE4
Tints of Cornflower #9ABDE4
RGB
CMYK
RGB Variations
Color information
#9ABDE4 (or 0x9ABDE4) is known color: Cornflower. HEX triplet: 9A, BD and E4. RGB value is (154,189,228). Sum of RGB (Red+Green+Blue) = 154+189+228=571 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.97% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 228 - color contains mainly: blue. Hex color #9ABDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDE4 is #65421B. Grayscale: #B6B6B6. Windows color (decimal): -6636060 or 14990746. OLE color: 14990746.
HSL color Cylindrical-coordinate representation of color #9ABDE4: hue angle of 211.62º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ABDE4 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 154 | 189 | 228 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.11 |
| HSL | 211.62º | 0.58% | 0.75% | - |
| HSV(B) | 211.62º | 0.32% | 0.89% | - |
| XYZ | 45.53 | 48.87 | 80.43 | - |
| YUV | 182.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 228 | 0.32 | 0.17 | 0 | 0.11 | 211.62 | 0.58 | 0.75 |
| Hex | 9A | BD | E4 | 20 | 11 | 0 | B | D4 | 3A | 4B |
| Octal | 232 | 275 | 344 | 40 | 21 | 0 | 13 | 324 | 72 | 113 |
| Binary | 10011010 | 10111101 | 11100100 | 100000 | 10001 | 0 | 1011 | 11010100 | 111010 | 1001011 |
Color Harmonies of #9ABDE4
Complementary color
Monochromatic Colors of #9ABDE4
Black with #9ABDE4
Text Example
Text Example
White with #9ABDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDE4; }
p { color: rgb(154,189,228); }
H1.HeaderClassName
{
color: #9ABDE4;
}
.AnyTagClassName
{
color: #9ABDE4;
}
</style>
background-color css
<style>
a { background-color: #9ABDE4; }
a { background-color: rgb(154,189,228); }
div.DivClassName
{
background-color: #9ABDE4;
}
.BgClassName
{
background-color: #9ABDE4;
}
</style>
border-color css
<style>
span { border-color: #9ABDE4; }
span { border-color: rgb(154,189,228); }
td.TdClassName
{
border-color: #9ABDE4;
}
.TagClassName
{
border-color: #9ABDE4;
}
</style>