Shades of Cornflower #8AC0E5
Tints of Cornflower #8AC0E5
RGB
CMYK
RGB Variations
Color information
#8AC0E5 (or 0x8AC0E5) is known color: Cornflower. HEX triplet: 8A, C0 and E5. RGB value is (138,192,229). Sum of RGB (Red+Green+Blue) = 138+192+229=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #8AC0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0E5 is #753F1A. Grayscale: #B3B3B3. Windows color (decimal): -7683867 or 15057034. OLE color: 15057034.
HSL color Cylindrical-coordinate representation of color #8AC0E5: hue angle of 204.4º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AC0E5 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 192 | 229 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.10 |
| HSL | 204.4º | 0.64% | 0.72% | - |
| HSV(B) | 204.4º | 0.4% | 0.9% | - |
| XYZ | 43.47 | 48.76 | 81.25 | - |
| YUV | 180.07 | 155.61 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 229 | 0.40 | 0.16 | 0 | 0.10 | 204.4 | 0.64 | 0.72 |
| Hex | 8A | C0 | E5 | 28 | 10 | 0 | A | CC | 40 | 48 |
| Octal | 212 | 300 | 345 | 50 | 20 | 0 | 12 | 314 | 100 | 110 |
| Binary | 10001010 | 11000000 | 11100101 | 101000 | 10000 | 0 | 1010 | 11001100 | 1000000 | 1001000 |
Color Harmonies of #8AC0E5
Complementary color
Monochromatic Colors of #8AC0E5
Black with #8AC0E5
Text Example
Text Example
White with #8AC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0E5; }
p { color: rgb(138,192,229); }
H1.HeaderClassName
{
color: #8AC0E5;
}
.AnyTagClassName
{
color: #8AC0E5;
}
</style>
background-color css
<style>
a { background-color: #8AC0E5; }
a { background-color: rgb(138,192,229); }
div.DivClassName
{
background-color: #8AC0E5;
}
.BgClassName
{
background-color: #8AC0E5;
}
</style>
border-color css
<style>
span { border-color: #8AC0E5; }
span { border-color: rgb(138,192,229); }
td.TdClassName
{
border-color: #8AC0E5;
}
.TagClassName
{
border-color: #8AC0E5;
}
</style>