#8DBAEB

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

Shades of Cornflower #8DBAEB

Tints of Cornflower #8DBAEB

Color information

#8DBAEB (or 0x8DBAEB) is unknown color: approx Cornflower. HEX triplet: 8D, BA and EB. RGB value is (141,186,235). Sum of RGB (Red+Green+Blue) = 141+186+235=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAEB is #724514. Grayscale: #B1B1B1. Windows color (decimal): -7488789 or 15448717. OLE color: 15448717.

HSL color Cylindrical-coordinate representation of color #8DBAEB: hue angle of 211.28º 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 #8DBAEB is Cyan = 0.4, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141186235-
CMYK0.40.2100.08
HSL211.28º70.15%73.73%-
HSV(B)211.28º40%92.16%-
XYZ43.5446.7885.33-
YUV178.13160.09101.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=25.09%
G=33.10%
B=41.81%

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
Decimal1411862350.40.2100.08211.2870.1573.73
Hex8DBAEB281508d3464a
Octal2152723535025010323106112
Binary10001101101110101110101110100010101010001101001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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