#8FBADD

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

Shades of Cornflower #8FBADD

Tints of Cornflower #8FBADD

Color information

#8FBADD (or 0x8FBADD) is unknown color: approx Cornflower. HEX triplet: 8F, BA and DD. RGB value is (143,186,221). Sum of RGB (Red+Green+Blue) = 143+186+221=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBADD is #704522. Grayscale: #B0B0B0. Windows color (decimal): -7357731 or 14531215. OLE color: 14531215.

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

Color convert

RGB143186221-
CMYK0.350.1600.13
HSL206.92º53.42%71.37%-
HSV(B)206.92º35.29%86.67%-
XYZ41.9446.1875.11-
YUV177.13152.75103.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=26%
G=33.82%
B=40.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431862210.350.1600.13206.9253.4271.37
Hex8FBADD23100Dcf3547
Octal217272335432001531765107
Binary1000111110111010110111011000111000001101110011111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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