#8EBBDA

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

Shades of Cornflower #8EBBDA

Tints of Cornflower #8EBBDA

Color information

#8EBBDA (or 0x8EBBDA) is unknown color: approx Cornflower. HEX triplet: 8E, BB and DA. RGB value is (142,187,218). Sum of RGB (Red+Green+Blue) = 142+187+218=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #8EBBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBDA is #714425. Grayscale: #B0B0B0. Windows color (decimal): -7423014 or 14334862. OLE color: 14334862.

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

Color convert

RGB142187218-
CMYK0.350.1400.15
HSL204.47º50.67%70.59%-
HSV(B)204.47º34.86%85.49%-
XYZ41.5846.3573.09-
YUV177.08151.09102.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=25.96%
G=34.19%
B=39.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421872180.350.1400.15204.4750.6770.59
Hex8EBBDA23E0Fcc3347
Octal216273332431601731463107
Binary100011101011101111011010100011111001111110011001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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