#8DBAE5

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

Shades of Cornflower #8DBAE5

Tints of Cornflower #8DBAE5

Color information

#8DBAE5 (or 0x8DBAE5) is unknown color: approx Cornflower. HEX triplet: 8D, BA and E5. RGB value is (141,186,229). Sum of RGB (Red+Green+Blue) = 141+186+229=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #8DBAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBAE5 is #72451A. Grayscale: #B1B1B1. Windows color (decimal): -7488795 or 15055501. OLE color: 15055501.

HSL color Cylindrical-coordinate representation of color #8DBAE5: hue angle of 209.32º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DBAE5 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB141186229-
CMYK0.380.1900.10
HSL209.32º62.86%72.55%-
HSV(B)209.32º38.43%89.8%-
XYZ42.6946.4480.84-
YUV177.45157.09102-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.36%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 229 (89.84% from 255) = 41.19%
R=25.36%
G=33.45%
B=41.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1411862290.380.1900.10209.3262.8672.55
Hex8DBAE526130Ad13f49
Octal215272345462301232177111
Binary1000110110111010111001011001101001101010110100011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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