#8DBAE8

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

Shades of Cornflower #8DBAE8

Tints of Cornflower #8DBAE8

Color information

#8DBAE8 (or 0x8DBAE8) is unknown color: approx Cornflower. HEX triplet: 8D, BA and E8. RGB value is (141,186,232). Sum of RGB (Red+Green+Blue) = 141+186+232=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DBAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAE8 is #724517. Grayscale: #B1B1B1. Windows color (decimal): -7488792 or 15252109. OLE color: 15252109.

HSL color Cylindrical-coordinate representation of color #8DBAE8: hue angle of 210.33º degrees, saturation: 0.66, 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 #8DBAE8 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB141186232-
CMYK0.390.2000.09
HSL210.33º66.42%73.14%-
HSV(B)210.33º39.22%90.98%-
XYZ43.1146.6183.07-
YUV177.79158.59101.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.22%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=25.22%
G=33.27%
B=41.50%

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
Decimal1411862320.390.2000.09210.3366.4273.14
Hex8DBAE8271409d24249
Octal2152723504724011322102111
Binary10001101101110101110100010011110100010011101001010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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