Shades of Cornflower #8AC3EC
Tints of Cornflower #8AC3EC
RGB
CMYK
RGB Variations
Color information
#8AC3EC (or 0x8AC3EC) is known color: Cornflower. HEX triplet: 8A, C3 and EC. RGB value is (138,195,236). Sum of RGB (Red+Green+Blue) = 138+195+236=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AC3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC3EC is #753C13. Grayscale: #B6B6B6. Windows color (decimal): -7683092 or 15516554. OLE color: 15516554.
HSL color Cylindrical-coordinate representation of color #8AC3EC: hue angle of 205.1º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AC3EC is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 195 | 236 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.07 |
| HSL | 205.1º | 0.72% | 0.73% | - |
| HSV(B) | 205.1º | 0.42% | 0.93% | - |
| XYZ | 45.14 | 50.49 | 86.72 | - |
| YUV | 182.63 | 158.12 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 236 | 0.42 | 0.17 | 0 | 0.07 | 205.1 | 0.72 | 0.73 |
| Hex | 8A | C3 | EC | 2A | 11 | 0 | 7 | CD | 48 | 49 |
| Octal | 212 | 303 | 354 | 52 | 21 | 0 | 7 | 315 | 110 | 111 |
| Binary | 10001010 | 11000011 | 11101100 | 101010 | 10001 | 0 | 111 | 11001101 | 1001000 | 1001001 |
Color Harmonies of #8AC3EC
Complementary color
Monochromatic Colors of #8AC3EC
Black with #8AC3EC
Text Example
Text Example
White with #8AC3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC3EC; }
p { color: rgb(138,195,236); }
H1.HeaderClassName
{
color: #8AC3EC;
}
.AnyTagClassName
{
color: #8AC3EC;
}
</style>
background-color css
<style>
a { background-color: #8AC3EC; }
a { background-color: rgb(138,195,236); }
div.DivClassName
{
background-color: #8AC3EC;
}
.BgClassName
{
background-color: #8AC3EC;
}
</style>
border-color css
<style>
span { border-color: #8AC3EC; }
span { border-color: rgb(138,195,236); }
td.TdClassName
{
border-color: #8AC3EC;
}
.TagClassName
{
border-color: #8AC3EC;
}
</style>