#8CBAE1

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

Shades of Cornflower #8CBAE1

Tints of Cornflower #8CBAE1

Color information

#8CBAE1 (or 0x8CBAE1) is unknown color: approx Cornflower. HEX triplet: 8C, BA and E1. RGB value is (140,186,225). Sum of RGB (Red+Green+Blue) = 140+186+225=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #8CBAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBAE1 is #73451E. Grayscale: #B0B0B0. Windows color (decimal): -7554335 or 14793356. OLE color: 14793356.

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

Color convert

RGB140186225-
CMYK0.380.1700.12
HSL207.53º58.62%71.57%-
HSV(B)207.53º37.78%88.24%-
XYZ41.9646.1377.93-
YUV176.69155.26101.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.41%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 225 (88.28% from 255) = 40.83%
R=25.41%
G=33.76%
B=40.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1401862250.380.1700.12207.5358.6271.57
Hex8CBAE126110Cd03b48
Octal214272341462101432073110
Binary1000110010111010111000011001101000101100110100001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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