#8CC1E0

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

Shades of Cornflower #8CC1E0

Tints of Cornflower #8CC1E0

Color information

#8CC1E0 (or 0x8CC1E0) is unknown color: approx Cornflower. HEX triplet: 8C, C1 and E0. RGB value is (140,193,224). Sum of RGB (Red+Green+Blue) = 140+193+224=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #8CC1E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC1E0 is #733E1F. Grayscale: #B4B4B4. Windows color (decimal): -7552544 or 14729612. OLE color: 14729612.

HSL color Cylindrical-coordinate representation of color #8CC1E0: hue angle of 202.14º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CC1E0 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB140193224-
CMYK0.380.1400.12
HSL202.14º57.53%71.37%-
HSV(B)202.14º37.5%87.84%-
XYZ43.3449.177.71-
YUV180.69152.4498.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.13%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 224 (87.89% from 255) = 40.22%
R=25.13%
G=34.65%
B=40.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1401932240.380.1400.12202.1457.5371.37
Hex8CC1E026E0Cca3a47
Octal214301340461601431272107
Binary100011001100000111100000100110111001100110010101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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