#8EBDD7

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

Shades of Cornflower #8EBDD7

Tints of Cornflower #8EBDD7

Color information

#8EBDD7 (or 0x8EBDD7) is unknown color: approx Cornflower. HEX triplet: 8E, BD and D7. RGB value is (142,189,215). Sum of RGB (Red+Green+Blue) = 142+189+215=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 215 - color contains mainly: blue. Hex color #8EBDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDD7 is #714228. Grayscale: #B1B1B1. Windows color (decimal): -7422505 or 14138766. OLE color: 14138766.

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

Color convert

RGB142189215-
CMYK0.340.1200.16
HSL201.37º47.71%70%-
HSV(B)201.37º33.95%84.31%-
XYZ41.6247.0571.18-
YUV177.91148.93102.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.01%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=26.01%
G=34.62%
B=39.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421892150.340.1200.16201.3747.7170
Hex8EBDD722C010c93046
Octal216275327421402031160106
Binary1000111010111101110101111000101100010000110010011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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