#8EBDD8

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

Shades of Cornflower #8EBDD8

Tints of Cornflower #8EBDD8

Color information

#8EBDD8 (or 0x8EBDD8) is unknown color: approx Cornflower. HEX triplet: 8E, BD and D8. RGB value is (142,189,216). Sum of RGB (Red+Green+Blue) = 142+189+216=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #8EBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDD8 is #714227. Grayscale: #B1B1B1. Windows color (decimal): -7422504 or 14204302. OLE color: 14204302.

HSL color Cylindrical-coordinate representation of color #8EBDD8: hue angle of 201.89º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EBDD8 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142189216-
CMYK0.340.1200.15
HSL201.89º48.68%70.2%-
HSV(B)201.89º34.26%84.71%-
XYZ41.7547.171.86-
YUV178.02149.43102.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=25.96%
G=34.55%
B=39.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421892160.340.1200.15201.8948.6870.2
Hex8EBDD822C0Fca3146
Octal216275330421401731261106
Binary100011101011110111011000100010110001111110010101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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