#8CC2EF

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

Shades of Cornflower #8CC2EF

Tints of Cornflower #8CC2EF

Color information

#8CC2EF (or 0x8CC2EF) is unknown color: approx Cornflower. HEX triplet: 8C, C2 and EF. RGB value is (140,194,239). Sum of RGB (Red+Green+Blue) = 140+194+239=573 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.43% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CC2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC2EF is #733D10. Grayscale: #B6B6B6. Windows color (decimal): -7552273 or 15712908. OLE color: 15712908.

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

Color convert

RGB140194239-
CMYK0.410.1900.06
HSL207.27º75.57%74.31%-
HSV(B)207.27º41.42%93.73%-
XYZ45.6950.3988.98-
YUV182.98159.6197.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.43%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=24.43%
G=33.86%
B=41.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401942390.410.1900.06207.2775.5774.31
Hex8CC2EF291306cf4c4a
Octal214302357512306317114112
Binary1000110011000010111011111010011001101101100111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,194,239); }

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

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

 a { background-color: rgb(140,194,239); }

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

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

 span { border-color: rgb(140,194,239); }

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