#8CB9EA

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

Shades of Cornflower #8CB9EA

Tints of Cornflower #8CB9EA

Color information

#8CB9EA (or 0x8CB9EA) is unknown color: approx Cornflower. HEX triplet: 8C, B9 and EA. RGB value is (140,185,234). Sum of RGB (Red+Green+Blue) = 140+185+234=559 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25.04% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CB9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB9EA is #734615. Grayscale: #B0B0B0. Windows color (decimal): -7554582 or 15382924. OLE color: 15382924.

HSL color Cylindrical-coordinate representation of color #8CB9EA: hue angle of 211.28º 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 #8CB9EA is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140185234-
CMYK0.400.2100.08
HSL211.28º69.12%73.33%-
HSV(B)211.28º40.17%91.76%-
XYZ43.0246.2184.49-
YUV177.13160.09101.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.04%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=25.04%
G=33.09%
B=41.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401852340.400.2100.08211.2869.1273.33
Hex8CB9EA281508d34549
Octal2142713525025010323105111
Binary10001100101110011110101010100010101010001101001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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