#8EBDDB

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

Shades of Cornflower #8EBDDB

Tints of Cornflower #8EBDDB

Color information

#8EBDDB (or 0x8EBDDB) is unknown color: approx Cornflower. HEX triplet: 8E, BD and DB. RGB value is (142,189,219). Sum of RGB (Red+Green+Blue) = 142+189+219=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDDB is #714224. Grayscale: #B2B2B2. Windows color (decimal): -7422501 or 14400910. OLE color: 14400910.

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

Color convert

RGB142189219-
CMYK0.350.1400.14
HSL203.38º51.68%70.78%-
HSV(B)203.38º35.16%85.88%-
XYZ42.1447.2673.92-
YUV178.37150.93102.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.82%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=25.82%
G=34.36%
B=39.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421892190.350.1400.14203.3851.6870.78
Hex8EBDDB23E0Ecb3447
Octal216275333431601631364107
Binary100011101011110111011011100011111001110110010111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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