#8DBADC

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

Shades of Cornflower #8DBADC

Tints of Cornflower #8DBADC

Color information

#8DBADC (or 0x8DBADC) is unknown color: approx Cornflower. HEX triplet: 8D, BA and DC. RGB value is (141,186,220). Sum of RGB (Red+Green+Blue) = 141+186+220=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBADC is #724523. Grayscale: #B0B0B0. Windows color (decimal): -7488804 or 14465677. OLE color: 14465677.

HSL color Cylindrical-coordinate representation of color #8DBADC: hue angle of 205.82º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DBADC is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141186220-
CMYK0.360.1500.14
HSL205.82º53.02%70.78%-
HSV(B)205.82º35.91%86.27%-
XYZ41.4645.9574.39-
YUV176.42152.59102.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.78%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=25.78%
G=34.00%
B=40.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411862200.360.1500.14205.8253.0270.78
Hex8DBADC24F0Ece3547
Octal215272334441701631665107
Binary100011011011101011011100100100111101110110011101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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