#8CBDDC

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

Shades of Cornflower #8CBDDC

Tints of Cornflower #8CBDDC

Color information

#8CBDDC (or 0x8CBDDC) is unknown color: approx Cornflower. HEX triplet: 8C, BD and DC. RGB value is (140,189,220). Sum of RGB (Red+Green+Blue) = 140+189+220=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CBDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDDC is #734223. Grayscale: #B1B1B1. Windows color (decimal): -7553572 or 14466444. OLE color: 14466444.

HSL color Cylindrical-coordinate representation of color #8CBDDC: hue angle of 203.25º 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 #8CBDDC is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140189220-
CMYK0.360.1400.14
HSL203.25º53.33%70.59%-
HSV(B)203.25º36.36%86.27%-
XYZ41.9347.1474.6-
YUV177.88151.77100.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.50%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=25.50%
G=34.43%
B=40.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401892200.360.1400.14203.2553.3370.59
Hex8CBDDC24E0Ecb3547
Octal214275334441601631365107
Binary100011001011110111011100100100111001110110010111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,220); }

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

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

 a { background-color: rgb(140,189,220); }

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

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

 span { border-color: rgb(140,189,220); }

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