#8DBCEA

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

Shades of Cornflower #8DBCEA

Tints of Cornflower #8DBCEA

Color information

#8DBCEA (or 0x8DBCEA) is unknown color: approx Cornflower. HEX triplet: 8D, BC and EA. RGB value is (141,188,234). Sum of RGB (Red+Green+Blue) = 141+188+234=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 188 (73.83% from 255 or 33.39% 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 #8DBCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBCEA is #724315. Grayscale: #B2B2B2. Windows color (decimal): -7488278 or 15383693. OLE color: 15383693.

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

Color convert

RGB141188234-
CMYK0.400.2000.08
HSL209.68º68.89%73.53%-
HSV(B)209.68º39.74%91.76%-
XYZ43.8247.5784.71-
YUV179.19158.93100.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.04%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=25.04%
G=33.39%
B=41.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411882340.400.2000.08209.6868.8973.53
Hex8DBCEA281408d2454a
Octal2152743525024010322105112
Binary10001101101111001110101010100010100010001101001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,234); }

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

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

 a { background-color: rgb(141,188,234); }

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

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

 span { border-color: rgb(141,188,234); }

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