#8DBAE9

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

Shades of Cornflower #8DBAE9

Tints of Cornflower #8DBAE9

Color information

#8DBAE9 (or 0x8DBAE9) is unknown color: approx Cornflower. HEX triplet: 8D, BA and E9. RGB value is (141,186,233). Sum of RGB (Red+Green+Blue) = 141+186+233=560 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.18% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #8DBAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAE9 is #724516. Grayscale: #B1B1B1. Windows color (decimal): -7488791 or 15317645. OLE color: 15317645.

HSL color Cylindrical-coordinate representation of color #8DBAE9: hue angle of 210.65º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBAE9 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB141186233-
CMYK0.390.2000.09
HSL210.65º67.65%73.33%-
HSV(B)210.65º39.48%91.37%-
XYZ43.2546.6683.82-
YUV177.9159.09101.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.18%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 233 (91.41% from 255) = 41.61%
R=25.18%
G=33.21%
B=41.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1411862330.390.2000.09210.6567.6573.33
Hex8DBAE9271409d34449
Octal2152723514724011323104111
Binary10001101101110101110100110011110100010011101001110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,186,233); }

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

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

 a { background-color: rgb(141,186,233); }

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

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

 span { border-color: rgb(141,186,233); }

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