#8EBEDA

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

Shades of Cornflower #8EBEDA

Tints of Cornflower #8EBEDA

Color information

#8EBEDA (or 0x8EBEDA) is unknown color: approx Cornflower. HEX triplet: 8E, BE and DA. RGB value is (142,190,218). Sum of RGB (Red+Green+Blue) = 142+190+218=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #8EBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEDA is #714125. Grayscale: #B2B2B2. Windows color (decimal): -7422246 or 14335630. OLE color: 14335630.

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

Color convert

RGB142190218-
CMYK0.350.1300.15
HSL202.11º50.67%70.59%-
HSV(B)202.11º34.86%85.49%-
XYZ42.2247.6473.3-
YUV178.84150.1101.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.82%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=25.82%
G=34.55%
B=39.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421902180.350.1300.15202.1150.6770.59
Hex8EBEDA23D0Fca3347
Octal216276332431501731263107
Binary100011101011111011011010100011110101111110010101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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