#8cc4ea

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

Shades of Cornflower #8CC4EA

Tints of Cornflower #8CC4EA

Color information

#8CC4EA (or 0x8CC4EA) is unknown color: approx Cornflower. HEX triplet: 8C, C4 and EA. RGB value is (140,196,234). Sum of RGB (Red+Green+Blue) = 140+196+234=570 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.56% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CC4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC4EA is #733B15. Grayscale: #B7B7B7. Windows color (decimal): -7551766 or 15385740. OLE color: 15385740.

HSL color Cylindrical-coordinate representation of color #8CC4EA: hue angle of 204.26º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CC4EA is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140196234-
CMYK0.400.1600.08
HSL204.26º69.12%73.33%-
HSV(B)204.26º40.17%91.76%-
XYZ45.415185.29-
YUV183.59156.4596.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.56%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=24.56%
G=34.39%
B=41.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401962340.400.1600.08204.2669.1273.33
Hex8CC4EA281008cc4549
Octal2143043525020010314105111
Binary10001100110001001110101010100010000010001100110010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cc4ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,196,234); }

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

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

 a { background-color: rgb(140,196,234); }

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

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

 span { border-color: rgb(140,196,234); }

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