#8DBDEC

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

Shades of Cornflower #8DBDEC

Tints of Cornflower #8DBDEC

Color information

#8DBDEC (or 0x8DBDEC) is unknown color: approx Cornflower. HEX triplet: 8D, BD and EC. RGB value is (141,189,236). Sum of RGB (Red+Green+Blue) = 141+189+236=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DBDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDEC is #724213. Grayscale: #B3B3B3. Windows color (decimal): -7488020 or 15515021. OLE color: 15515021.

HSL color Cylindrical-coordinate representation of color #8DBDEC: hue angle of 209.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DBDEC is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141189236-
CMYK0.400.2000.07
HSL209.68º71.43%73.92%-
HSV(B)209.68º40.25%92.55%-
XYZ44.3248.1186.31-
YUV180.01159.6100.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.91%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=24.91%
G=33.39%
B=41.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411892360.400.2000.07209.6871.4373.92
Hex8DBDEC281407d2474a
Octal215275354502407322107112
Binary1000110110111101111011001010001010001111101001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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