Shades of Cornflower #8AC1ED
Tints of Cornflower #8AC1ED
RGB
CMYK
RGB Variations
Color information
#8AC1ED (or 0x8AC1ED) is known color: Cornflower. HEX triplet: 8A, C1 and ED. RGB value is (138,193,237). Sum of RGB (Red+Green+Blue) = 138+193+237=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AC1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC1ED is #753E12. Grayscale: #B5B5B5. Windows color (decimal): -7683603 or 15581578. OLE color: 15581578.
HSL color Cylindrical-coordinate representation of color #8AC1ED: hue angle of 206.67º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AC1ED is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 193 | 237 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.07 |
| HSL | 206.67º | 0.73% | 0.74% | - |
| HSV(B) | 206.67º | 0.42% | 0.93% | - |
| XYZ | 44.84 | 49.66 | 87.34 | - |
| YUV | 181.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 237 | 0.42 | 0.19 | 0 | 0.07 | 206.67 | 0.73 | 0.74 |
| Hex | 8A | C1 | ED | 2A | 13 | 0 | 7 | CF | 49 | 4A |
| Octal | 212 | 301 | 355 | 52 | 23 | 0 | 7 | 317 | 111 | 112 |
| Binary | 10001010 | 11000001 | 11101101 | 101010 | 10011 | 0 | 111 | 11001111 | 1001001 | 1001010 |
Color Harmonies of #8AC1ED
Complementary color
Monochromatic Colors of #8AC1ED
Black with #8AC1ED
Text Example
Text Example
White with #8AC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC1ED; }
p { color: rgb(138,193,237); }
H1.HeaderClassName
{
color: #8AC1ED;
}
.AnyTagClassName
{
color: #8AC1ED;
}
</style>
background-color css
<style>
a { background-color: #8AC1ED; }
a { background-color: rgb(138,193,237); }
div.DivClassName
{
background-color: #8AC1ED;
}
.BgClassName
{
background-color: #8AC1ED;
}
</style>
border-color css
<style>
span { border-color: #8AC1ED; }
span { border-color: rgb(138,193,237); }
td.TdClassName
{
border-color: #8AC1ED;
}
.TagClassName
{
border-color: #8AC1ED;
}
</style>