#8EDBB0

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

Shades of Vista Blue #8EDBB0

Tints of Vista Blue #8EDBB0

Color information

#8EDBB0 (or 0x8EDBB0) is unknown color: approx Vista Blue. HEX triplet: 8E, DB and B0. RGB value is (142,219,176). Sum of RGB (Red+Green+Blue) = 142+219+176=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDBB0 is #71244F. Grayscale: #BFBFBF. Windows color (decimal): -7414864 or 11590542. OLE color: 11590542.

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

Color convert

RGB142219176-
CMYK0.3500.200.14
HSL146.49º51.68%70.78%-
HSV(B)146.49º35.16%85.88%-
XYZ44.3259.5550.23-
YUV191.08119.4993-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.44%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 176 (69.14% from 255) = 32.77%
R=26.44%
G=40.78%
B=32.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191760.3500.200.14146.4951.6870.78
Hex8EDBB023014E923447
Octal216333260430241622264107
Binary1000111011011011101100001000110101001110100100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,219,176); }

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

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

 a { background-color: rgb(142,219,176); }

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

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

 span { border-color: rgb(142,219,176); }

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