#8CBCE0

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

Shades of Cornflower #8CBCE0

Tints of Cornflower #8CBCE0

Color information

#8CBCE0 (or 0x8CBCE0) is unknown color: approx Cornflower. HEX triplet: 8C, BC and E0. RGB value is (140,188,224). Sum of RGB (Red+Green+Blue) = 140+188+224=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #8CBCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCE0 is #73431F. Grayscale: #B1B1B1. Windows color (decimal): -7553824 or 14728332. OLE color: 14728332.

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

Color convert

RGB140188224-
CMYK0.380.1600.12
HSL205.71º57.53%71.37%-
HSV(B)205.71º37.5%87.84%-
XYZ42.2546.9277.35-
YUV177.75154.1101.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.36%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=25.36%
G=34.06%
B=40.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1401882240.380.1600.12205.7157.5371.37
Hex8CBCE026100Cce3a47
Octal214274340462001431672107
Binary1000110010111100111000001001101000001100110011101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,188,224); }

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

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

 a { background-color: rgb(140,188,224); }

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

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

 span { border-color: rgb(140,188,224); }

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