#8CBDEA

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

Shades of Cornflower #8CBDEA

Tints of Cornflower #8CBDEA

Color information

#8CBDEA (or 0x8CBDEA) is unknown color: approx Cornflower. HEX triplet: 8C, BD and EA. RGB value is (140,189,234). Sum of RGB (Red+Green+Blue) = 140+189+234=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CBDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBDEA is #734215. Grayscale: #B3B3B3. Windows color (decimal): -7553558 or 15383948. OLE color: 15383948.

HSL color Cylindrical-coordinate representation of color #8CBDEA: hue angle of 208.72º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CBDEA is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140189234-
CMYK0.400.1900.08
HSL208.72º69.12%73.33%-
HSV(B)208.72º40.17%91.76%-
XYZ43.8647.9184.78-
YUV179.48158.7799.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.87%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=24.87%
G=33.57%
B=41.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401892340.400.1900.08208.7269.1273.33
Hex8CBDEA281308d14549
Octal2142753525023010321105111
Binary10001100101111011110101010100010011010001101000110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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