#8DC6E9

Color #8DC6E9 Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #8DC6E9

Tints of Cornflower #8DC6E9

Color information

#8DC6E9 (or 0x8DC6E9) is unknown color: approx Cornflower. HEX triplet: 8D, C6 and E9. RGB value is (141,198,233). Sum of RGB (Red+Green+Blue) = 141+198+233=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #8DC6E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC6E9 is #723916. Grayscale: #B8B8B8. Windows color (decimal): -7485719 or 15320717. OLE color: 15320717.

HSL color Cylindrical-coordinate representation of color #8DC6E9: hue angle of 202.83º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DC6E9 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB141198233-
CMYK0.390.1500.09
HSL202.83º67.65%73.33%-
HSV(B)202.83º39.48%91.37%-
XYZ45.8951.9384.7-
YUV184.95155.1296.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 24.65%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 233 (91.41% from 255) = 40.73%
R=24.65%
G=34.62%
B=40.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1411982330.390.1500.09202.8367.6573.33
Hex8DC6E927F09cb4449
Octal2153063514717011313104111
Binary1000110111000110111010011001111111010011100101110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DC6E9; }

 p { color: rgb(141,198,233); }

 H1.HeaderClassName
 {
   color: #8DC6E9;
 }
 .AnyTagClassName
 {
   color: #8DC6E9;
 }
</style>
background-color css

<style>
 a { background-color: #8DC6E9; }

 a { background-color: rgb(141,198,233); }

 div.DivClassName
 {
   background-color: #8DC6E9;
 }
 .BgClassName
 {
   background-color: #8DC6E9;
 }
</style>
border-color css

<style>
 span { border-color: #8DC6E9; }

 span { border-color: rgb(141,198,233); }

 td.TdClassName
 {
   border-color: #8DC6E9;
 }
 .TagClassName
 {
   border-color: #8DC6E9;
 }
</style>