#8EBADB

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

Shades of Cornflower #8EBADB

Tints of Cornflower #8EBADB

Color information

#8EBADB (or 0x8EBADB) is unknown color: approx Cornflower. HEX triplet: 8E, BA and DB. RGB value is (142,186,219). Sum of RGB (Red+Green+Blue) = 142+186+219=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBADB is #714524. Grayscale: #B0B0B0. Windows color (decimal): -7423269 or 14400142. OLE color: 14400142.

HSL color Cylindrical-coordinate representation of color #8EBADB: hue angle of 205.71º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EBADB is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142186219-
CMYK0.350.1500.14
HSL205.71º51.68%70.78%-
HSV(B)205.71º35.16%85.88%-
XYZ41.545.9873.71-
YUV176.61151.92103.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=25.96%
G=34.00%
B=40.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421862190.350.1500.14205.7151.6870.78
Hex8EBADB23F0Ece3447
Octal216272333431701631664107
Binary100011101011101011011011100011111101110110011101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,186,219); }

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

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

 a { background-color: rgb(142,186,219); }

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

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

 span { border-color: rgb(142,186,219); }

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