Shades of Cornflower #8AC1E5
Tints of Cornflower #8AC1E5
RGB
CMYK
RGB Variations
Color information
#8AC1E5 (or 0x8AC1E5) is known color: Cornflower. HEX triplet: 8A, C1 and E5. RGB value is (138,193,229). Sum of RGB (Red+Green+Blue) = 138+193+229=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #8AC1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC1E5 is #753E1A. Grayscale: #B4B4B4. Windows color (decimal): -7683611 or 15057290. OLE color: 15057290.
HSL color Cylindrical-coordinate representation of color #8AC1E5: hue angle of 203.74º 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 #8AC1E5 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 193 | 229 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.10 |
| HSL | 203.74º | 0.64% | 0.72% | - |
| HSV(B) | 203.74º | 0.4% | 0.9% | - |
| XYZ | 43.69 | 49.2 | 81.32 | - |
| YUV | 180.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 229 | 0.40 | 0.16 | 0 | 0.10 | 203.74 | 0.64 | 0.72 |
| Hex | 8A | C1 | E5 | 28 | 10 | 0 | A | CC | 40 | 48 |
| Octal | 212 | 301 | 345 | 50 | 20 | 0 | 12 | 314 | 100 | 110 |
| Binary | 10001010 | 11000001 | 11100101 | 101000 | 10000 | 0 | 1010 | 11001100 | 1000000 | 1001000 |
Color Harmonies of #8AC1E5
Complementary color
Monochromatic Colors of #8AC1E5
Black with #8AC1E5
Text Example
Text Example
White with #8AC1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC1E5; }
p { color: rgb(138,193,229); }
H1.HeaderClassName
{
color: #8AC1E5;
}
.AnyTagClassName
{
color: #8AC1E5;
}
</style>
background-color css
<style>
a { background-color: #8AC1E5; }
a { background-color: rgb(138,193,229); }
div.DivClassName
{
background-color: #8AC1E5;
}
.BgClassName
{
background-color: #8AC1E5;
}
</style>
border-color css
<style>
span { border-color: #8AC1E5; }
span { border-color: rgb(138,193,229); }
td.TdClassName
{
border-color: #8AC1E5;
}
.TagClassName
{
border-color: #8AC1E5;
}
</style>