#8DB9EB

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

Shades of Cornflower #8DB9EB

Tints of Cornflower #8DB9EB

Color information

#8DB9EB (or 0x8DB9EB) is unknown color: approx Cornflower. HEX triplet: 8D, B9 and EB. RGB value is (141,185,235). Sum of RGB (Red+Green+Blue) = 141+185+235=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB9EB is #724614. Grayscale: #B1B1B1. Windows color (decimal): -7489045 or 15448461. OLE color: 15448461.

HSL color Cylindrical-coordinate representation of color #8DB9EB: hue angle of 211.91º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB9EB is Cyan = 0.4, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141185235-
CMYK0.40.2100.08
HSL211.91º70.15%73.73%-
HSV(B)211.91º40%92.16%-
XYZ43.3346.3685.26-
YUV177.54160.42101.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=25.13%
G=32.98%
B=41.89%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411852350.40.2100.08211.9170.1573.73
Hex8DB9EB281508d4464a
Octal2152713535025010324106112
Binary10001101101110011110101110100010101010001101010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,185,235); }

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

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

 a { background-color: rgb(141,185,235); }

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

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

 span { border-color: rgb(141,185,235); }

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