#8DBDDC

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

Shades of Cornflower #8DBDDC

Tints of Cornflower #8DBDDC

Color information

#8DBDDC (or 0x8DBDDC) is unknown color: approx Cornflower. HEX triplet: 8D, BD and DC. RGB value is (141,189,220). Sum of RGB (Red+Green+Blue) = 141+189+220=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DBDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDDC is #724223. Grayscale: #B2B2B2. Windows color (decimal): -7488036 or 14466445. OLE color: 14466445.

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

Color convert

RGB141189220-
CMYK0.360.1400.14
HSL203.54º53.02%70.78%-
HSV(B)203.54º35.91%86.27%-
XYZ42.147.2374.61-
YUV178.18151.6101.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.64%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 220 (86.33% from 255) = 40%
R=25.64%
G=34.36%
B=40%

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
Decimal1411892200.360.1400.14203.5453.0270.78
Hex8DBDDC24E0Ecc3547
Octal215275334441601631465107
Binary100011011011110111011100100100111001110110011001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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