#8EDCB3

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

Shades of Vista Blue #8EDCB3

Tints of Vista Blue #8EDCB3

Color information

#8EDCB3 (or 0x8EDCB3) is unknown color: approx Vista Blue. HEX triplet: 8E, DC and B3. RGB value is (142,220,179). Sum of RGB (Red+Green+Blue) = 142+220+179=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCB3 is #71234C. Grayscale: #C0C0C0. Windows color (decimal): -7414605 or 11787406. OLE color: 11787406.

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

Color convert

RGB142220179-
CMYK0.3500.190.14
HSL148.46º52.7%70.98%-
HSV(B)148.46º35.45%86.27%-
XYZ44.8960.1951.9-
YUV192120.6692.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.25%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=26.25%
G=40.67%
B=33.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422201790.3500.190.14148.4652.770.98
Hex8EDCB323013E943547
Octal216334263430231622465107
Binary1000111011011100101100111000110100111110100101001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,220,179); }

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

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

 a { background-color: rgb(142,220,179); }

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

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

 span { border-color: rgb(142,220,179); }

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