#8CBDE0

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

Shades of Cornflower #8CBDE0

Tints of Cornflower #8CBDE0

Color information

#8CBDE0 (or 0x8CBDE0) is unknown color: approx Cornflower. HEX triplet: 8C, BD and E0. RGB value is (140,189,224). Sum of RGB (Red+Green+Blue) = 140+189+224=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #8CBDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDE0 is #73421F. Grayscale: #B2B2B2. Windows color (decimal): -7553568 or 14728588. OLE color: 14728588.

HSL color Cylindrical-coordinate representation of color #8CBDE0: hue angle of 205º 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 #8CBDE0 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB140189224-
CMYK0.380.1600.12
HSL205º57.53%71.37%-
HSV(B)205º37.5%87.84%-
XYZ42.4747.3577.42-
YUV178.34153.77100.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.32%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 224 (87.89% from 255) = 40.51%
R=25.32%
G=34.18%
B=40.51%

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
Decimal1401892240.380.1600.1220557.5371.37
Hex8CBDE026100Ccd3a47
Octal214275340462001431572107
Binary1000110010111101111000001001101000001100110011011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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