#8CBAE8

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

Shades of Cornflower #8CBAE8

Tints of Cornflower #8CBAE8

Color information

#8CBAE8 (or 0x8CBAE8) is unknown color: approx Cornflower. HEX triplet: 8C, BA and E8. RGB value is (140,186,232). Sum of RGB (Red+Green+Blue) = 140+186+232=558 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.09% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #8CBAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBAE8 is #734517. Grayscale: #B1B1B1. Windows color (decimal): -7554328 or 15252108. OLE color: 15252108.

HSL color Cylindrical-coordinate representation of color #8CBAE8: hue angle of 210º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CBAE8 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB140186232-
CMYK0.400.2000.09
HSL210º66.67%72.94%-
HSV(B)210º39.66%90.98%-
XYZ42.9446.5283.06-
YUV177.49158.76101.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.09%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 232 (91.02% from 255) = 41.58%
R=25.09%
G=33.33%
B=41.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1401862320.400.2000.0921066.6772.94
Hex8CBAE8281409d24349
Octal2142723505024011322103111
Binary10001100101110101110100010100010100010011101001010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,232); }

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

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

 a { background-color: rgb(140,186,232); }

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

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

 span { border-color: rgb(140,186,232); }

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