#8CC0EF

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

Shades of Cornflower #8CC0EF

Tints of Cornflower #8CC0EF

Color information

#8CC0EF (or 0x8CC0EF) is unknown color: approx Cornflower. HEX triplet: 8C, C0 and EF. RGB value is (140,192,239). Sum of RGB (Red+Green+Blue) = 140+192+239=571 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.52% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CC0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC0EF is #733F10. Grayscale: #B5B5B5. Windows color (decimal): -7552785 or 15712396. OLE color: 15712396.

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

Color convert

RGB140192239-
CMYK0.410.2000.06
HSL208.48º75.57%74.31%-
HSV(B)208.48º41.42%93.73%-
XYZ45.2449.5188.83-
YUV181.81160.2798.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.52%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=24.52%
G=33.63%
B=41.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401922390.410.2000.06208.4875.5774.31
Hex8CC0EF291406d04c4a
Octal214300357512406320114112
Binary1000110011000000111011111010011010001101101000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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