#8DC6EF

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

Shades of Cornflower #8DC6EF

Tints of Cornflower #8DC6EF

Color information

#8DC6EF (or 0x8DC6EF) is unknown color: approx Cornflower. HEX triplet: 8D, C6 and EF. RGB value is (141,198,239). Sum of RGB (Red+Green+Blue) = 141+198+239=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DC6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC6EF is #723910. Grayscale: #B9B9B9. Windows color (decimal): -7485713 or 15713933. OLE color: 15713933.

HSL color Cylindrical-coordinate representation of color #8DC6EF: hue angle of 205.1º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DC6EF is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141198239-
CMYK0.410.1700.06
HSL205.1º75.38%74.51%-
HSV(B)205.1º41%93.73%-
XYZ46.7652.2889.29-
YUV185.63158.1296.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.39%
GREEN value IS 198 (77.73% from 255) = 34.26%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=24.39%
G=34.26%
B=41.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1411982390.410.1700.06205.175.3874.51
Hex8DC6EF291106cd4b4b
Octal215306357512106315113113
Binary1000110111000110111011111010011000101101100110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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