#8CC1EC

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

Shades of Cornflower #8CC1EC

Tints of Cornflower #8CC1EC

Color information

#8CC1EC (or 0x8CC1EC) is unknown color: approx Cornflower. HEX triplet: 8C, C1 and EC. RGB value is (140,193,236). Sum of RGB (Red+Green+Blue) = 140+193+236=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #8CC1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC1EC is #733E13. Grayscale: #B5B5B5. Windows color (decimal): -7552532 or 15516044. OLE color: 15516044.

HSL color Cylindrical-coordinate representation of color #8CC1EC: hue angle of 206.88º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CC1EC is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140193236-
CMYK0.410.1800.07
HSL206.88º71.64%73.73%-
HSV(B)206.88º40.68%92.55%-
XYZ45.0349.7786.59-
YUV182.06158.4498-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.60%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=24.60%
G=33.92%
B=41.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1401932360.410.1800.07206.8871.6473.73
Hex8CC1EC291207cf484a
Octal214301354512207317110112
Binary1000110011000001111011001010011001001111100111110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,193,236); }

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

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

 a { background-color: rgb(140,193,236); }

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

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

 span { border-color: rgb(140,193,236); }

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