Shades of Cornflower #8AC2ED
Tints of Cornflower #8AC2ED
RGB
CMYK
RGB Variations
Color information
#8AC2ED (or 0x8AC2ED) is known color: Cornflower. HEX triplet: 8A, C2 and ED. RGB value is (138,194,237). Sum of RGB (Red+Green+Blue) = 138+194+237=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AC2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC2ED is #753D12. Grayscale: #B5B5B5. Windows color (decimal): -7683347 or 15581834. OLE color: 15581834.
HSL color Cylindrical-coordinate representation of color #8AC2ED: hue angle of 206.06º 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 #8AC2ED is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 194 | 237 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.07 |
| HSL | 206.06º | 0.73% | 0.74% | - |
| HSV(B) | 206.06º | 0.42% | 0.93% | - |
| XYZ | 45.06 | 50.1 | 87.42 | - |
| YUV | 182.16 | 158.95 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 237 | 0.42 | 0.18 | 0 | 0.07 | 206.06 | 0.73 | 0.74 |
| Hex | 8A | C2 | ED | 2A | 12 | 0 | 7 | CE | 49 | 4A |
| Octal | 212 | 302 | 355 | 52 | 22 | 0 | 7 | 316 | 111 | 112 |
| Binary | 10001010 | 11000010 | 11101101 | 101010 | 10010 | 0 | 111 | 11001110 | 1001001 | 1001010 |
Color Harmonies of #8AC2ED
Complementary color
Monochromatic Colors of #8AC2ED
Black with #8AC2ED
Text Example
Text Example
White with #8AC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC2ED; }
p { color: rgb(138,194,237); }
H1.HeaderClassName
{
color: #8AC2ED;
}
.AnyTagClassName
{
color: #8AC2ED;
}
</style>
background-color css
<style>
a { background-color: #8AC2ED; }
a { background-color: rgb(138,194,237); }
div.DivClassName
{
background-color: #8AC2ED;
}
.BgClassName
{
background-color: #8AC2ED;
}
</style>
border-color css
<style>
span { border-color: #8AC2ED; }
span { border-color: rgb(138,194,237); }
td.TdClassName
{
border-color: #8AC2ED;
}
.TagClassName
{
border-color: #8AC2ED;
}
</style>