#8CBAEF

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

Shades of Cornflower #8CBAEF

Tints of Cornflower #8CBAEF

Color information

#8CBAEF (or 0x8CBAEF) is unknown color: approx Cornflower. HEX triplet: 8C, BA and EF. RGB value is (140,186,239). Sum of RGB (Red+Green+Blue) = 140+186+239=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CBAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBAEF is #734510. Grayscale: #B2B2B2. Windows color (decimal): -7554321 or 15710860. OLE color: 15710860.

HSL color Cylindrical-coordinate representation of color #8CBAEF: hue angle of 212.12º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBAEF is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140186239-
CMYK0.410.2200.06
HSL212.12º75.57%74.31%-
HSV(B)212.12º41.42%93.73%-
XYZ43.9546.9388.4-
YUV178.29162.26100.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.78%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 239 (93.75% from 255) = 42.30%
R=24.78%
G=32.92%
B=42.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401862390.410.2200.06212.1275.5774.31
Hex8CBAEF291606d44c4a
Octal214272357512606324114112
Binary1000110010111010111011111010011011001101101010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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