#8DBADD

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

Shades of Cornflower #8DBADD

Tints of Cornflower #8DBADD

Color information

#8DBADD (or 0x8DBADD) is unknown color: approx Cornflower. HEX triplet: 8D, BA and DD. RGB value is (141,186,221). Sum of RGB (Red+Green+Blue) = 141+186+221=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBADD is #724522. Grayscale: #B0B0B0. Windows color (decimal): -7488803 or 14531213. OLE color: 14531213.

HSL color Cylindrical-coordinate representation of color #8DBADD: hue angle of 206.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DBADD is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141186221-
CMYK0.360.1600.13
HSL206.25º54.05%70.98%-
HSV(B)206.25º36.2%86.67%-
XYZ41.594675.09-
YUV176.53153.09102.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=25.73%
G=33.94%
B=40.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411862210.360.1600.13206.2554.0570.98
Hex8DBADD24100Dce3647
Octal215272335442001531666107
Binary1000110110111010110111011001001000001101110011101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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