#8DC7EF

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

Shades of Cornflower #8DC7EF

Tints of Cornflower #8DC7EF

Color information

#8DC7EF (or 0x8DC7EF) is unknown color: approx Cornflower. HEX triplet: 8D, C7 and EF. RGB value is (141,199,239). Sum of RGB (Red+Green+Blue) = 141+199+239=579 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.35% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DC7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC7EF is #723810. Grayscale: #B9B9B9. Windows color (decimal): -7485457 or 15714189. OLE color: 15714189.

HSL color Cylindrical-coordinate representation of color #8DC7EF: hue angle of 204.49º 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 #8DC7EF is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141199239-
CMYK0.410.1700.06
HSL204.49º75.38%74.51%-
HSV(B)204.49º41%93.73%-
XYZ46.9952.7489.36-
YUV186.22157.7895.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.35%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=24.35%
G=34.37%
B=41.28%

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
Decimal1411992390.410.1700.06204.4975.3874.51
Hex8DC7EF291106cc4b4b
Octal215307357512106314113113
Binary1000110111000111111011111010011000101101100110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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