#8CBADA

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

Shades of Cornflower #8CBADA

Tints of Cornflower #8CBADA

Color information

#8CBADA (or 0x8CBADA) is unknown color: approx Cornflower. HEX triplet: 8C, BA and DA. RGB value is (140,186,218). Sum of RGB (Red+Green+Blue) = 140+186+218=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBADA is #734525. Grayscale: #AFAFAF. Windows color (decimal): -7554342 or 14334604. OLE color: 14334604.

HSL color Cylindrical-coordinate representation of color #8CBADA: hue angle of 204.62º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CBADA is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140186218-
CMYK0.360.1500.15
HSL204.62º51.32%70.2%-
HSV(B)204.62º35.78%85.49%-
XYZ41.0345.7673-
YUV175.89151.76102.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.74%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=25.74%
G=34.19%
B=40.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401862180.360.1500.15204.6251.3270.2
Hex8CBADA24F0Fcd3346
Octal214272332441701731563106
Binary100011001011101011011010100100111101111110011011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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