#8CBADF

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

Shades of Cornflower #8CBADF

Tints of Cornflower #8CBADF

Color information

#8CBADF (or 0x8CBADF) is unknown color: approx Cornflower. HEX triplet: 8C, BA and DF. RGB value is (140,186,223). Sum of RGB (Red+Green+Blue) = 140+186+223=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBADF is #734520. Grayscale: #B0B0B0. Windows color (decimal): -7554337 or 14662284. OLE color: 14662284.

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

Color convert

RGB140186223-
CMYK0.370.1700.13
HSL206.75º56.46%71.18%-
HSV(B)206.75º37.22%87.45%-
XYZ41.6946.0276.5-
YUV176.46154.26101.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.50%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=25.50%
G=33.88%
B=40.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401862230.370.1700.13206.7556.4671.18
Hex8CBADF25110Dcf3847
Octal214272337452101531770107
Binary1000110010111010110111111001011000101101110011111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,223); }

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

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

 a { background-color: rgb(140,186,223); }

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

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

 span { border-color: rgb(140,186,223); }

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