#8EBBDB

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

Shades of Cornflower #8EBBDB

Tints of Cornflower #8EBBDB

Color information

#8EBBDB (or 0x8EBBDB) is unknown color: approx Cornflower. HEX triplet: 8E, BB and DB. RGB value is (142,187,219). Sum of RGB (Red+Green+Blue) = 142+187+219=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBDB is #714424. Grayscale: #B1B1B1. Windows color (decimal): -7423013 or 14400398. OLE color: 14400398.

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

Color convert

RGB142187219-
CMYK0.350.1500.14
HSL204.94º51.68%70.78%-
HSV(B)204.94º35.16%85.88%-
XYZ41.7146.4173.78-
YUV177.19151.59102.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.91%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=25.91%
G=34.12%
B=39.96%

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
Decimal1421872190.350.1500.14204.9451.6870.78
Hex8EBBDB23F0Ecd3447
Octal216273333431701631564107
Binary100011101011101111011011100011111101110110011011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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